Appsilon / shiny.router

A minimalistic router for your Shiny apps.
http://appsilon.github.io/shiny.router
Other
255 stars 31 forks source link

Remember page state #75

Closed krystian8207 closed 3 years ago

krystian8207 commented 3 years ago

Previously all the pages were initially hidden and shown on bookmark change. This solution have an important disadvantage:

What's more the API is more consistent now. You should use router$ui instead of router_ui() and router$server(input, output, session) instead of router(input, output, session).