Maintainable stores

16 lessons

Get access to the complete guide to developing and deploying fast, production-ready Pinia apps.
Buy License
33. Refactoring Stores Introduction

In this exercise, we are going to refactor a large store into two smaller ones. We will also improve some of its usage within components.

‼️ If you updated the exercise platform before the 22nd of November 2023, you should delete the src/exercises/6.3-refactoring-stores folder and update again:

cd rm -r src/exercises/6.3-refactoring-stores npx [email protected] https://esm.is/mastering-pinia --dir .

Eduardo

Eduardo San Martin Morote

5

Debugging stores with the Devtools

1 lessons