The 4 core concepts of Vuex
I recently revisited Vuex as I needed to pass data between components on an application. Vuex is the official state management library and is the only option available at the moment.
As the official Vuex documentation states:
It serves as a centrali...
blog.jacobtan.co4 min read