CocktailPi icon indicating copy to clipboard operation
CocktailPi copied to clipboard

Pinia - Recipe Store Migration

Open ManfredRichthofen opened this issue 9 months ago • 0 comments

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.

ManfredRichthofen avatar Feb 06 '25 15:02 ManfredRichthofen