Y
Hacker News
new
|
ask
|
show
|
jobs
by
bpicolo
3191 days ago
You can write prop-only, pure views in vue. :)
1 comments
twfarland
3189 days ago
Ignorance revealed :) thanks. What's Vue's idiomatic approach for managing state at the top, outside of all components (like Redux)?
link
corford
3181 days ago
Vuex (
https://vuex.vuejs.org/en/intro.html
)
link