CocktailPi
CocktailPi copied to clipboard
Pinia - Recipe Store Migration
This is the start of converting the stores to pinia starting with my recipies store. This is also based on the Scroll branch currently.
Benefits of Moving to Pinia
- It is now the maintained and recommended default state management system.
- Works Well with Composition API.
- Much Less Verbose (No Mutations/ Namespacing).
- Might perform better but unlikely to be noticeable imo.