Actually, you’re quite right. I do need some sort of state management library. I was hoping to somehow keep state at the bottom most file like App.vue and then push state through the various views/components as props. Can you show off an example of this happening? I suppose Vuex is the state management library of choice? Any examples would be great cause right now my project is essentially your project, except like I said, I’m trying to push props down stream to views/compoents.
↧