vue-r / vueR

vue.js for R
https://vue-r.github.io/vueR
Other
140 stars 14 forks source link

vue Shiny input helper / template #8

Open timelyportfolio opened 4 years ago

timelyportfolio commented 4 years ago

In reactR we have a helper / template for creating Shiny-based react inputs. This article explains how to use the tools. I think providing similar tools in vueR would be helpful for R developers to allow easy integration of vue and abstract away some of the intimidating challenges of custom Shiny inputs.

JohnCoene commented 4 years ago

Yes exactly, I also have an example of shiny + vue + vue-bootstrap that features an input~ish (Shiny.setInputValue). Vue can definitely make those pesky inputs much easier to work with but I also think it makes custom shiny outputs more relevant.