Today we will be looking at Pinia, which uses the new reactivity system to build an intuitive and fully typed state management system. We will be creating a shopping cart application from scratch to learn the basics of using Pinia with Vue 3 Composition API and Typescript. This application will allow users to add and remove URLs from a shopping cart store created from Pinia.
⚡ RESOURCES ⚡
Source Code - https://github.com/codingwithjustin/pinia-cart-example
Pinia Github - https://github.com/posva/pinia
Vue 3 Docs - https://v3.vuejs.org/
⭐ TIMESTAMPS ⭐
#vue #typescript #javascript