Skip to content

Commit 94bc1f8

Browse files
committed
add reactive and extension links to why bullet
1 parent 3915e8b commit 94bc1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get-started/index.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,13 @@ Shiny for Python empowers you to bring your data to life with interactive applic
219219

220220
- **From demo to production-ready**<br>
221221
Shiny is great for one-off apps that help you [demo a concept](https://shinylive.io/py/app/#orbit-simulation) or quickly [see your data](https://gallery.shinyapps.io/superzip/).
222-
But Shiny apps aren’t toy apps–Shiny's powerful reactive framework and extensible components mean your applications can evolve alongside your needs.
222+
But Shiny apps aren’t toy apps–Shiny's powerful [reactive framework](/docs/reactive-foundations.qmd) and [extensible components](/docs/custom-component-one-off.qmd) mean your applications can evolve alongside your needs.
223223
Start simple, then [customize and scale](https://gallery.shinyapps.io/aws-community-builders-dashboard/) without switching frameworks.
224224

225225
- **Plays well with others**<br>
226226
Bring to life the Python packages you know and love with Shiny.
227227
Turn polars and pandas data frames into [dynamic data grids](/components/outputs/data-grid/). Breathe interactivity into any [matplotlib](/components/outputs/plot-matplotlib/) or [seaborn](/components/outputs/plot-seaborn/) plot.
228-
Go further and build an app around sophisticated displays from altair, [plotly](/components/outputs/plot-plotly/), or any [Jupyter Widget](/docs/jupyter-widgets.qmd).
228+
Go further and build an app around sophisticated displays from [altair](/docs/jupyter-widgets.qmd), [plotly](/components/outputs/plot-plotly/), or any [Jupyter Widget](/docs/jupyter-widgets.qmd).
229229

230230
- **Deploy with confidence**<br>
231231
When it’s time to put your Shiny app on the web, you can choose to deploy [on your own servers](/get-started/deploy-on-prem.qmd), on our [hosting services](/get-started/deploy-cloud.qmd), or even [serverless with shinylive](/get-started/shinylive.qmd).

0 commit comments

Comments
 (0)