Skip to content
timelyportfolio edited this page Aug 9, 2020 · 7 revisions

Planned Actions

  1. Update vue2 to current
  2. Add dependency for vue-next

Discussion Items

  1. How can we illustrate the combination of R + vue +(maybe) Shiny?
  2. What experiments would help us understand the ways we can ease the integration of R + vue and discover popular use cases?
  3. What components and frameworks would we like to target?
  4. Does vue-next give us anything specific that vue2 does not from the perspective of an R user?
  5. Can we use vue-next reactivity as a replacement for Shiny.shinyapp.$inputValues? issue
  6. Can we shift some control to vuex for ui/frontend state? issue
  7. How can we integrate router?
  8. How should we leverage the new abilities in packer?
  9. Can vue bring more interactivity to rmarkdown?
  10. Could props lead to a simpler version of crosstalk (underused as too intricate)?

Thoughts

  1. vue can potentially make custom shiny outputs relevant; currently underused (perhaps htmlwidgets are easier)? issue
Clone this wiki locally