Pinia is a state management solution for Vue.js applications that’s easy and intuitive to use. It’s modular by default, extensible, and type-safe, making it a great choice for large scale apps.
This workshop is ideal for web developers who know the basics of Vue.js and are looking to manage application data without the headache of prop drilling.
In Vue.js, it is quite simple to work with components, and share data among them using events and props - especially in small to medium projects. When an application starts growing, managing component state might become tedious and overwhelming. This is where Pinia comes to our rescue.
Pinia is a state management solution for Vue.js applications that makes it easy to store data at a global level and share it amongst application components.
By the end of the workshop, attendees will be able to develop elegant, debuggable, maintainable, and organized applications using a centralized store. No prior experience with Pinia is needed.
We will answer the common question, “When should I use Pinia?” and work on real-world features.
Alex Kyriakidis
Alex Kyriakidis is the founder and CEO of Bitterbrains, the company behind Vue School and Certificates.dev. Since launching Vue School in 2016, he has built the world’s largest Vue.js video and tutorial library, that has empowered over 2,000,000 developers globally. A Vue.js community partner, Alex also authored the best-selling The Majesty of Vue.js, the first book on Vue.js
Daniel Kelly
Daniel is the lead instructor and content creator at Vue School and enjoys helping other developers reach their full potential. With over 10 years of development experience on both the frontend and the backend, he's worked with technologies like Vue.js, Nuxt.js, Laravel and more, to create projects ranging from simple websites to enterprise-level applications.