Learn how to use Pinia for global state management in your Vue 3 applications.
As of winter 2021, Pinia is the officially recommended state management solution for Vue.js. Use it to provide a central data store that works with both the Options API and the Composition API.
Pinia is a great choice for statemanagement because it:
In this course, learn everything that you need to know to be proficient with Pinia as a state management solution in your Vue.js applications.