
Pinia Fundamentals
Lessons
1. What is Pinia?
2. Creating our first store
3. Mutating state with Actions
4. Reactive Properties in Pinia
5. Deleting state from the store
Mutating state with Actions
Dive into how to use Pinia, Vue’s official state management library.