-
Notifications
You must be signed in to change notification settings - Fork 14
Home
timelyportfolio edited this page Aug 9, 2020
·
7 revisions
Planned Actions
- Update
vue2
to current - Add dependency for
vue-next
Discussion Items
- How can we illustrate the combination of
R
+vue
+(maybe)Shiny
? - What experiments would help us understand the ways we can ease the integration of
R
+vue
and discover popular use cases? - What components and frameworks would we like to target?
- Does
vue-next
give us anything specific thatvue2
does not from the perspective of anR
user? - Can we use
vue-next
reactivity as a replacement forShiny.shinyapp.$inputValues
? issue - Can we shift some control to vuex for ui/frontend state? issue
- How can we integrate router?
- How should we leverage the new abilities in
packer
? - Can vue bring more interactivity to
rmarkdown
? - Could
props
lead to a simpler version of crosstalk (underused as too intricate)?
Thoughts
- vue can potentially make custom shiny outputs relevant; currently underused (perhaps htmlwidgets are easier)? issue