-
Notifications
You must be signed in to change notification settings - Fork 17
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
Express Release: Docs and site changes #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, a few review comments which are optional
``` | ||
|
||
Adding a `ui.panel_sidebar` call around `ui.input_numeric` simply wraps the control with additional HTML (a `<div>` and `<form>`, in this case). | ||
The nesting of the generated HTML matches the nesting of the Python function calls in your UI. | ||
![The resulting dashboard generated by the dashboard template](assets/dashboard-template.png){class="img-shadow"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this screenshot matches the template so we should change the photo.
However, that investment has its own payoff. | ||
|
||
The bulk of the rest of this article will focus on the advantages of Shiny Core. | ||
This isn't because we think it's better, but because Shiny Express's advantages---being more approachable and more concise---are fairly self-evident, while Shiny Core's advantages are more subtle. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't because we think it's better, but because Shiny Express's advantages---being more approachable and more concise---are fairly self-evident, while Shiny Core's advantages are more subtle. | |
This isn't because we think it's better overall, but because Shiny Express's advantages---being more approachable and more concise---are fairly self-evident, while Shiny Core's advantages are more subtle. |
Co-authored-by: Gordon Shotwell <[email protected]>
Feature branch to collect all Express-related documentation and website updates.
For posit-dev/py-shiny#969
Dev Notes
Previewing
The shinylive examples in the deployment previews use the current PyPi release of packages, but the examples and writing target the new release, so many of them will be broken. If you'd like to locally build the site with the latest versions of packages, do: