Learn Advanced Pinia : Full Course | State Management | With Vue3,TypeScript,TailWind CSS

Опубликовано: 07 Май 2026
на канале: Wizard Engineer
4,142
106

If you need help ask on discord :   / discord  

Pinia is the new Vue State management library that we use to manage the state in Vue3 App, so it is important for Vue developers to understand some of its advanced concepts. So in this Tutorial we are going to learn how we can levrage pinia to build scalable Vue App.

🌟Vue 3 Course :    • Vue 3 Tutorial For Beginners #1  - Intro &...  

🌟 Learn Vue + TypeScript :    • Vue 3 Tutorial For Intermediate #17 -  Vue...  

🌟 Vue Composition Api :    • Vue 3 Tutorial For Intermediate #14 -  Vue...  

🌟TypeScript Course :    • TypeScript Course  

💻 Lesson -1 code: https://github.com/Bienfait-ijambo/le...
💻 Lesson-2 code : https://github.com/Bienfait-ijambo/pr...

Subscribe :    / @wizengineer  



TimesCode

0:00 - Introduction
2:05 - Installing Vue 3
4:04 - Learning Pinia Using Option API
30:53 - Learning Pinia Using Composition API
50:14 - Provide and Inject Function with Pinia
1:01:06 - StoreToRefs, ToRef, ToRefs Functions
1:06:05 - Create Pinia Plugin Basic
1:18:25 - $Subscribe Hook Pinia Plugin
1:25:00 - $onAction Hook Pinia Plugin
1:24:40 - Final Project Design Login Page
1:44:55 - Final Project Private State In Pinia
2:16:24 - Final Project How to Create a Maintenable Pinia Store
2:37:44 - Final Project $onAction Hook