Pinia Fundamentals

Lessons

1. What is Pinia?

6:04

2. Creating our first store

3:49

3. Mutating state with Actions

3:24

4. Reactive Properties in Pinia

3:14

5. Deleting state from the store

1:32

Reactive Properties in Pinia

In the previous lesson, we used an action from the Pinia store  (addTodo) in our todoForm.vue component.

In this lesson, we