You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
In
reactR
we have a helper / template for creating Shiny-basedreact
inputs. This article explains how to use the tools. I think providing similar tools invueR
would be helpful for R developers to allow easy integration ofvue
and abstract away some of the intimidating challenges of custom Shiny inputs.The text was updated successfully, but these errors were encountered: