Pinia
The Vue Store that you will enjoy using
đĄ Intuitive
Stores are as familiar as components. API designed to let you write well organized stores.
đ Type Safe
Types are inferred, which means stores provide you with autocompletion even in JavaScript!
âī¸ Devtools support
Pinia hooks into Vue devtools to give you an enhanced development experience in both Vue 2 and Vue 3.
đ Extensible
React to store changes to extend Pinia with transactions, local storage synchronization, etc.
đ Modular by design
Build multiple stores and let your bundler code split them automatically.
đĻ Extremely light
Pinia weighs ~1.5kb, you will forget it's even there!