In it's newest release 1.2 shiny introduced the possibility to cache "standard" plots out of the box (renderCachedPlot).
It would be nice to have a plotly equivalent (renderCachedPlotly).
As the release post mentioned, future versions of shiny will likely have a way cache outputs generically, and plotly will likely be able to leverage that -- https://blog.rstudio.com/2018/11/13/shiny-1-2-0/
Any progress on this ?
I would love this.
Dev versions of shiny and plotly now have support for this via shiny::bindCache()
Most helpful comment
Any progress on this ?