#Pinia as a layer
17 messages · Page 1 of 1 (latest)
It’s a good idea. You’d find a similar concept with redux
it depends on the complexity of each application i think
somewhat related if you are playing around with pinia and stores, started work on this a while back for some of my applications https://github.com/L422Y/megamap
is going to be quite complex, many sources of data that depends on eachother
is not a videogame but kind
so would you say is a common thing? to do this with pinia? what kind of docs I can check?
it really depends, it sounds like you need to connect stores and affect changes between them, that's kind of already part of vue reactivtity
how can I look for docs and tutorials?
connected stores that do fetch and all needed
Im trying to do it by myself, and then I will ask
so far I put the fetch in the store and seems that belongs there