Shiny Shiny.shinyapp.$inputValues
acts like a store of state. I thought it would be fun to let vuejs
react to changes in Shiny
input values. This example is intentionally very simple to hopefully self-explain.
I have assembled vueR
package, like d3r
and reactR
, to offer helpers for vuejs
. For this example please install vueR
, or just add tags$script(src = "https://unpkg.com/vue@2.2.6")
to the tagList()
.
devtools::install_github("timelyportfolio/vueR")`