From vuex to pinia

Cedric Nicoloso
Frontend Weekly
Published in
6 min readApr 27, 2023

--

I will mostly talk about why and how my team and I made the switch from vuex to pinia.

I will not describe in detail:
- what pinia is,
- how it compares to vuex,
- how to migrate a vuex store module to a pinia store.

Feel free to check the pinia docs “Comparison with vuex” or this post from Mariappan…

--

--