We’re excited to announce that @esm.dev , the creator of Pinia, Vue Router and @vuejs.org core team, is joining us once again in Madrid 💚
We're glad to have him in our second edition 🙌
🎟️ You can get your tickets at https://madvue.es/
#Vue #Pinia #Vuejs #MadVue26 #Frontend
🚀 New episode is out!
Learn how to clean up your Nuxt app using Pinia Store — no more messy props or event chains.
See how to move logic into a central store and make your code clean, simple, and scalable.
🎥 Watch here 👉 www.youtube.com/watch?v=37m-...
#Nuxt #Pinia #VueJS #StateManagement
Just did a new release of Vue-Doxen:
thejaredwilcurt.com/vue-doxen
The best way to try out and document your Vue components. #Vuejs #Vue #JavaScript #Documentation #ComponentLibrary #Frontend #Vuex #Pinia #Nuxt #Nuxtjs
🎥 @esm.dev walked us through a very practical talk of smart data fetching strategies for a better UX.
And perfectly explained even for entry levels.
▶️ You can watch it now here : https://madvue.es/2025-edition/talks/eduardo-san-martin
#MadVue #VueJS #Pinia #piniacolada #UX
Confused about Setup vs. Option Stores in Pinia?
Our Pinia lesson clears it up! Discover a more flexible syntax for writing #Pinia stores, unlocking greater functionality for your Vue apps.
➡ masteringpinia.com/lessons/what-are-setup-s...
@esm.dev took the stage with “A Cocktail of Smooth Data Fetching for Better UX” 💻
A talk full of practical tips and fresh ideas. We loved having you and spending a few days together! 💚
#madvue #pinia #vuejs #developers
🌟 The Talk: Async State Management in Vue Router
@esm.dev, Creator of #Pinia & @vuejs.org core team member will show us how to handle async state management in Vue router.
Don't miss this one 🔥
🎟️ Get your ticket today: madvue.es
📆 29 May 2025
📍 Madrid
#frontend #developer #MadVue
Lo que más me gusta de #VueJS: su forma flexible de manejar estado.
ref() para lo simple
reactive() para objetos
props, provide/inject
Composables
#Pinia para lo global
Vue se adapta a ti, no al revés.
¿Tú cuál usas?
oRPC v0.45.0 is here 🚀
🐞 Fixed 2 bugs in Tanstack Query integration
🐛 Fixed 1 bug in Vue Pinia COlada integration
⚡️ Boosted TypeScript performance for .output procedures
#vue #react #tanstack #pinia #buildinpublic
Getters for Derived State! 🍍
Getters let you create computed properties based on your store's state. They're cached and only recomputed when the underlying state changes, improving performance.
#MasteringPinia #Pinia #JS
Keep Your State Organized🍍
Actions are like measured cooking instructions for modifying your store's state. 🍪
They provide a controlled and predictable way to update the state, ensuring consistency and easier testing.
#MasteringPinia #Pinia #JS
Excited to share my latest tutorial series: Building a Full-Featured E-Commerce Store with Nuxt.js! 🚀 14 guides taking you from project setup to production, covering everything from state management with #Pinia to #SEO optimization.
Excited to share my latest tutorial series: Nuxt.js E-Commerce Tutorial. 🚀 14 guides taking you from project setup to production, covering everything from state management with #Pinia to #SEO optimization and more. webcraft-notes.com/blog/buildin...
#NuxtJS #Ecommerce #Vue #JavaScript #Vite
In Angular projects, I've worked with ngrx and ngxs as state management solutions. Currently, I'm exploring #Pinia in a Vue project. It's like a breath of fresh air. This is how sm is supposed to be.
🌟 Speaker Confirmation 👇
@esm.dev, Creator of Pinia and Vue Router 🚀
Eduardo is a key contributor to the @vuejs.org ecosystem. Don’t miss the opportunity to learn from him at #MadVue
🗓️ 29 May, 2025
🎟️ Tickets 👉 bit.ly/MadVue2025
#MadVue #VueJS #Pinia #Madrid #vue
New year, new goals! 🚀🌟
Start 2025 strong by mastering state management with Mastering Pinia! 🍍 Unlock your full potential and take control of your Vue.js apps like never before.
Here's to a year of growth and success in your coding journey! 🎉
#MasteringPinia #Pinia #2025
Can anyone explain why #pinia doesn't persist out of the box? Isn't that the whole point of state? #nuxt #vuejs
https://vue-cheatsheet.themeselection.com/ - a sweet #Vue #CheatSheet site with lots of examples including #VueRouter and #Pinia. Source: https://github.com/themeselection/vue-cheatsheet
State management in #Vue 3: Why you should try out #Pinia
tighten.com/insights/sta...
#vuejs #javascript
Moved from Vuex to Pinia in one project. I found many benefits to using this storage. If your project already uses Vue 3 with composition API, Pinia is definitely worth using. Going to show some cool examples of the best Pinia features you can use... #Vuejs #Pinia #javascript