In this repository you find all 3 examples of the app demonstrating different ways to implement state management in Vue.js. The examples are:
- Using pinia
- Using prop drilling
- Using provide inject
This repo is part of the blog post on Vue state management