Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider re-exporting render and reactive #934

Open
cpsievert opened this issue Dec 21, 2023 · 1 comment
Open

Consider re-exporting render and reactive #934

cpsievert opened this issue Dec 21, 2023 · 1 comment
Labels

Comments

@cpsievert
Copy link
Collaborator

cpsievert commented Dec 21, 2023

I've found myself writing a lot of express apps that do:

from shiny import reactive, render
from shiny.express import input, ui

It might be a worth the simplicity/readability to support:

from shiny.express import input, reactive, render, ui
@wch wch added this to the v0.7.0 milestone Jan 4, 2024
@gshotwell gshotwell mentioned this issue Jan 4, 2024
55 tasks
@wch
Copy link
Collaborator

wch commented Jan 4, 2024

Deferring this to post-0.7.0, since the pros and cons will require some thinking through, and it's something we can always do in the future.

@wch wch removed this from the v0.7.0 milestone Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants