Categories
JavaScript

Pinia: A lightweight Vuex alternative

Note: This article assumes that you have a basic understanding of state management. A few days ago, I was creating a new Vue 3 project and as usual, I chose Vuex from the interactive project initializer. Also, I’ve been using TypeScript with Vue since Vue 2, so this one is no exception. As I started […]