Maintainable stores

16 lessons

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

Note: Make sure to finish the previous exercises before working on this one.

Let's create a custom definePrivateStore() that creates an internal store to have any private properties.

Solution

Eduardo

Eduardo San Martin Morote

5

Debugging stores with the Devtools

1 lessons