|
|
|
|
|
by johnthreevolts
1773 days ago
|
|
I recently found Pinia[1] as replacement for vuex. - full typing - real life functions - vue dev plugin support in store section - mutations don't exist as separate idea - also has api, so i wrote little plugin for state synchronization with local storage. *Typography fix 1. https://pinia.esm.dev/ |
|
Definitely going to use it for my future project.