Building a Vue 3 Desktop App With Pinia, Electron and QuasarRecently, I planned to rewrite my "Scrum Daily Standup Picker" Electron application in Vue 3.
Pinia Tip: Use Setup Stores for More FlexibilityBesides Option Stores you can also use Setup Stores to define stores in Pinia.
Pinia Tip: Simple History With Undo and Redo FunctionalityBuild a simple history with undo and redo functionality using the useRefHistory composable from VueUse.