Return to profile for Viraj Khatavkar

Beginner's Introduction to Pinia: Vue's State Management System

50 minute beginner seminar

Description/Proposal

Vue is a fantastic JS framework with a gentle learning curve and a simple API for development. With the release of Pinia, it now has a new state management library for simple and large-scale applications.

In today's session, we'll look at Pinia's features from a beginner's point of view! We'll have an initial look at the API and see a practical demonstration about how to interact with the state - storing & getting data, actions, usage with composition API, and how to access from inside and outside for components.