Topic
Vue
Vue notes on state management, components, localStorage, integrations, and the small decisions that eventually become architecture.
Posts About Vue
Mar 13, 2024
How Pinia simplifies Vue state management for location and language settings compared with manual localStorage listeners.
Feb 11, 2024
How to build a reusable pagination component in Vue for cleaner list navigation.
Jun 28, 2023
A short migration note on moving a Vue project from Vue CLI to Vite for faster local development.
Jun 13, 2023
How to reset Firebase user passwords with the Firebase SDK and a small admin workflow.
Jun 1, 2023
How to persist Vue user settings with localStorage and keep the interface in sync.
May 29, 2023
How to generate QR codes in a Vue app using JavaScript libraries and reusable components.