I would like to turn off Shiny's reactive UI entirely. Is there a way to achieve that with a single option switch?
I found some articles that discuss piecewise approaches for switching off reactivity. But is there a more general switch for turning off reactivity entirely for whole Shiny Server?
This may sound like a feature request that begs the question of why I am using Shiny at all. Our use-case is simple: graph data pulled from a backend database, and parameterize the data pulled with values set in Shiny UI components in a non-reactive manner.
In short, we enjoy the bonus of Shiny's plotting capabilities through R along with Shiny's nice UI components, but we forgo the reactive behavior in favor of HTML-like forms that parameterize the graphs.