In this video, I try to describe Vuex more in-depth. Try to describe where it fits in the MVC framework.
I show that two different Vue/view components may need to share data (but don't give a really good example of when that may be needed).
I try to show where the Vuex code exists in the development environment code.
I also show how I'm incorrectly using the global storage and how it affects debugging.
Finally, I briefly gloss over mutations and actions within Vuex and show where they affect debugging.
This video is part of a playlist:
• Real Time Database with Vue.js + Vuex...
It is also part of a blog post on DedicatedManagers.com:
http://www.dedicatedmanagers.com/real...
The source code for this project is available publicly on the Dedicated Managers Github account:
https://github.com/DedicatedManagers/...