Trending

#Pinia

Latest posts tagged with #Pinia on Bluesky

Latest Top
Trending

Posts tagged #Pinia

Post image

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

8 1 0 0
#9 Simplify Your Nuxt App with Pinia Store | From Props Chaos to Clean State Management
#9 Simplify Your Nuxt App with Pinia Store | From Props Chaos to Clean State Management YouTube video by Michał Stachura

🚀 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

4 0 0 0

https://alexop.dev/posts/solving-prop-drilling-in-vue/

#vue #pinia #webdev

1 0 0 0
Preview
Vue-Doxen: Vue.js Component Documentation Tool The world's best Vue component documentation tool!

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

2 0 0 0
Post image

🎥 @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

5 2 0 0
Preview
Mastering Pinia | Learn from the creator of Pinia The ultimate course for mastering the officially recommended State Management solution for Vue.js. Created by Eduardo San Martin Morote, the author of Pinia.

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...

1 0 0 0
Post image Post image Post image Post image

@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

4 1 0 0
Post image

🌟 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

0 0 0 0

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?

1 0 0 0

#vue #vuex #pinia

0 0 0 0

#vue #pinia

1 0 0 0

#pinia

1 0 0 0

#pinia

0 0 0 0

#pinia #vue

0 0 0 0

#sentry #pinia #vue

0 0 0 0
Post image

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

7 1 0 0

#vuex #pinia #vue

0 0 0 0
Post image

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

4 0 0 0
Post image

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

2 0 0 0
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: 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

1 0 0 0

#vue #nuxt #pinia #vuex

0 0 0 0

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.

1 0 0 0
Post image

🌟 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

3 1 0 1
Post image

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

4 1 0 0

Can anyone explain why #pinia doesn't persist out of the box? Isn't that the whole point of state? #nuxt #vuejs

0 0 1 0
Preview
Vue Cheatsheet The only VueJS cheatsheet you will ever need

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

0 0 0 0
Preview
State management in Vue 3: Why you should try out Pinia They say there are two difficult things in programming: naming things and cache invalidation. I would add one more to the list: state management in modern web applications! Today, we'll delve into st...

State management in #Vue 3: Why you should try out #Pinia

tighten.com/insights/sta...

#vuejs #javascript

1 0 0 0

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

1 0 2 0