Reactlog 2.0: Debugging the State of Shiny
February 5, 2019 · View on GitHub
Abstract
The revamped reactlog provides an updated visual display to traverse through the reactive behavior within your shiny application. Using live shiny applications, we will use reactlog’s directed dependency graph to find missing reactive dependencies in “working” applications and address suboptimal reactive coding patterns. Correcting these coding patterns will reduce the amount of calculations done by shiny and keep reactive objects from being created unnecessarily.
Event
Jan 18, 2019
rstudio::conf2019
Austin, TX
Links
- Presentation Recording: https://resources.rstudio.com/rstudio-conf-2019/reactlog-2-0-debugging-the-state-of-shiny
- Repo: https://github.com/rstudio/reactlog