Open altinselimi opened 6 years ago
I just ran into the need to have reactive shared state between content and popup, so I think it would be a great addition to this template a way to manage state using a library like vuex.
These guys already have done it, except they use react : https://github.com/tshaddix/react-chrome-redux/wiki/Getting-Started
I have found that beedle works great with this. I set up an entire store for my extension and am able to manage state.
I just ran into the need to have reactive shared state between content and popup, so I think it would be a great addition to this template a way to manage state using a library like vuex.
These guys already have done it, except they use react : https://github.com/tshaddix/react-chrome-redux/wiki/Getting-Started