vueR
vueR copied to clipboard
vue Shiny input helper / template
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.
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.