Episode 12: Barret Schloerke Part 1 (reactlog)

Share:

Listens: 0

Shiny Developer Series

Technology


In episode 12 of the Shiny Developer Series, we begin a multi-part series with RStudio software engineer on the Shiny team Barret Schloerke! In part 1 we learn more about Barret’s journey to the Shiny team and take a deep dive into the very powerful reactlog framework to help users shed some light on what can be a confusing world of reactivity in their applications. Barret leads us through interactive demonstrations of reactlog applied to simple and complex applications to pinpoint various issues on reactive logic and the flow of information from inputs to outputs. Resources mentioned in the episode {rbokeh} - R interface for Bokeh: hafen.github.io/rbokeh (https://hafen.github.io/rbokeh/) {trelliscopejs} - Create interactive trelliscope displays: hafen.github.io/trelliscopejs (https://hafen.github.io/trelliscopejs/index.html) {autocogs}: github.com/schloerke/autocogs (https://github.com/schloerke/autocogs) {reactlog} - Provides a visual insight into that black box of Shiny reactivity: rstudio.github.io/reactlog (https://rstudio.github.io/reactlog) Demos: (Launch reactlog: cmd + F3 or ctrl + f3) shiny::runApp("reactlog/reactlog-pythagorus.R") shiny::runApp("reactlog/reactlog-pythagorus-broken.R") shiny::runApp("reactlog/reactlog-cranwhales.R") shiny::runApp("reactlog/reactlog-anti-pattern.R") Episode Timestamps 0:00 - Intro 0:42 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=0m42s) - Barret’s background, how he got started with R, Shiny, and RStudio. 3:41 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=3m41s) - Bokey, Trelliscope, Ryan Hafen 4:36 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=4m36s) - Autocogs 5:56 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=5m56s) - Starting with RStudio 7:31 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=7m31s) - Introduction to reactlog 9:31 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=9m31s) - Demonstration of reactlog 10:51 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=10m51s) - How reactlog can help diagnose issues 11:11 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=11m11s) - Diagnosing a Shiny app's output example 13:30 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=11m11s) - Demo of using reactlog with a larger application 14:31 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=14m31s) - Zooming in example 15:00 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=15m00s) - Using the search bar 17:25 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=17m25s) - Finding anti-patterns 23:27 (https://www.youtube.com/watch?v=RcnfYcSsY8w&t=23m27s) - Wrapup