-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the ability of shiny and vue to communicate with each other #14
Comments
@kaipingyang thanks so much for posting the issue and very happy/willing to consider new functionality. I had forgotten that Ramnath had done those experiments/extensions. Are there are any particular use cases or examples that you have in mind? I think #6, #7 (could swap out |
Thanks for your reply. I will learn #6, #7, #12. Here are a few use cases from the Vue -> ShinyThis example binds the
Shiny -> VueThis example uses
|
@kaipingyang hi, thanks for your patience. I have spent some time thinking through this and will relay my thoughts below. Also, I found a bug in Vue -> ShinyI do not like the magical
vueProxy / vueUpdateDataI am a big fan of the proxy mechanism and agree this would be a useful addition to the package. Dealing with nested data updates will be tricky though, and I probably will focus on the shallow update case. |
@kaipingyang also you might be interested in https://www.youtube.com/watch?v=SkFLHbHrPD4&t=2s and https://github.com/timelyportfolio/vite-vue-r/. |
As a shiny enthusiast, I am learning vue.
Thanks to vueR for letting us see the possibility of developing new shiny components based on shiny and vueR!
To make it easier to develop shiny components based on vueR, I think it is necessary to create new functions to enhance the ability of shiny and vue to communicate with each other
Ramnathv's vuer package https://github.com/ramnathv/vuer, inspired by the vueR, provides a set of functions to enhance shiny and vue's ability to communicate with each other:
Unfortunately, this package has not been updated for five years.
Is it possible to incorporate his ideas into vueR?
The text was updated successfully, but these errors were encountered: