Pinia
js, providing a simple, type-safe store API for sharing and mutating application state across components.
4 resources across 2 libraries
Glossary Terms(2)
Vue Router
Vue Router is the official routing library for Vue.js, enabling single-page applications to map URLs to components, manage navigation, and handle nested and dy…
Pinia
Pinia is the official state management library for Vue.js, providing a simple, type-safe store API for sharing and mutating application state across components.
Study Notes(2)
Pinia Actions and Getters
Learn how Pinia actions encapsulate business logic and mutations while getters derive cached, reactive values from store state.
Pinia Basics
Get started with Pinia, Vue's official state management library, covering stores, state, and how components read and mutate shared data.