We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
render
reactive
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I've found myself writing a lot of express apps that do:
It might be a worth the simplicity/readability to support:
The text was updated successfully, but these errors were encountered: