Maintainable stores

16 lessons

Get access to the complete guide to developing and deploying fast, production-ready Pinia apps.
Buy License
35. Creating private state

You might think that creating private state is just a matter of not returning a property in a setup store, but it's actually a bit more complicated than that. In this lesson, we will explain why and explore how to create private state in Pinia.

Eduardo

Eduardo San Martin Morote

5

Debugging stores with the Devtools

1 lessons