Part 3: Global State Management
In this part, we will explore how data is managed and stored within a Vue application. We will start with examples of how to handle state in Vue natively, and then continue on to show how the Pinia library makes it easier.
We will cover the following chapters in this section:
- Chapter 9, The State of Vue State Management
- Chapter 10, State Management with Pinia