There are a lot of good reasons to use Vuex to manage the state of your Vue.js app. For one, it’s really easy to add super-cool features with a Vuex plugin. Developers in the Vuex community have created a ton of free plugins for you to use, with many of the features you can imagine, and some you may not have imagined.

In this article, I will show you five features that you can easily add to your next project with a Vuex plugin.

There are a lot of good reasons to use Vuex to manage the state of your Vue.js app. For one, it’s really easy to add super-cool features with a Vuex plugin. Developers in the Vuex community have created a ton of free plugins for you to use, with many of the features you can imagine, and some you may not have imagined.
In this article, I will show you five features that you can easily add to your next project with a Vuex plugin. […]