shiny.blueprint
shiny.blueprint copied to clipboard
`MultiSlider` needs `reactives` on the server side to share the state with its children
MultiSlider shares the state with its children (MultiSliderHandle components) - currently we have to use reactiveValues to store a state.
The goal would be to exclude Shiny server and store the state of the component on the client side