
From Vuex to Pinia
Lessons
1. What is Pinia?
2. Why Migrate from Vuex?
3. Background & Setup
4. Defining a Store
5. Managing State
6. Managing Getters
7. Changing State with Actions
8. Next Steps
What is Pinia?
Learn Vue 3’s new elegant state management library built upon the composition API