Appsilon / shiny.router

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

Allow passing common value for each server callback #50

Closed krystian8207 closed 6 years ago

krystian8207 commented 6 years ago

The current solution for using server callback didn't allow using common reactive or non-reactive objects. This forced us to define them in each server callback (duplicated code). This simple change solves the problem.