Category

List of articles for category: "Pinia"
Building a Vue 3 Desktop App With Pinia, Electron and Quasar Image

Building a Vue 3 Desktop App With Pinia, Electron and Quasar

Recently, I planned to rewrite my "Scrum Daily Standup Picker" Electron application in Vue 3.
Pinia Tip: Use Setup Stores for More Flexibility Image

Pinia Tip: Use Setup Stores for More Flexibility

Besides Option Stores you can also use Setup Stores to define stores in Pinia.
Pinia Tip: Simple History With Undo and Redo Functionality Image

Pinia Tip: Simple History With Undo and Redo Functionality

Build a simple history with undo and redo functionality using the useRefHistory composable from VueUse.