@winston_chang about to blow some people’s minds talking about running Shiny without a server. Been super excited about this project getting out into the world! #rstudioconf2022#RStudioConf
There’s the name! Is it a game show? Nope! It’s client side shiny!
Showing off the Shiny for Python docs that are running using ShinyLive. The editor interface here is the first large scale react app I’ve worked on in production. Lots of fun cutting edge stuff going on!
One of the coolest applications: you can share entire shiny apps with just a link. The app code is entirely contained in the URL. Can’t wait to see how people use this for teaching workshops etc.
You can deploy larger apps on any static file hosting service. If you’ve ever hesitated sharing a cool app you built because you didn’t want to use up your shinyapps.io usage, this removes those stresses!
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Super excited to share with everyone the two ways I've been developing to make building your shiny app's UI faster, easier, and more pleasant: {gridlayout} and {shinyuieditor} (🧵1/5) #RStudioConf#RStats#rstudioconf2022
{gridlayout} is a new package for building 2d dashboard layouts using a simple and intuitive table-like declaration format. If you can draw up your layout in terms of the rows and columns of a table, you can use it in your Shiny app. (2/5)
{shinyuieditor} is a new visual tool for creating and editing the UI of your Shiny app. Drag new elements into your app, move them around, resize them, and change their settings with instant feedback in an app preview and your app's code. (3/5)