Mastering Pinia (@masteringpinia) 's Twitter Profile
Mastering Pinia

@masteringpinia

Transform your Vue.js state management skills with Mastering Pinia!

Course developed by the author of Pinia, @posva

Powered by @VueSchool_io.

ID: 1693645026981527552

linkhttps://masteringpinia.com/ calendar_today21-08-2023 15:23:46

341 Tweet

682 Followers

12 Following

Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

Did you know Pinia provides options for persisting store data across sessions?๐Ÿ™†โ€โ™€๏ธ Persisting data allows you to save store state to local storage or other mechanisms & restore it on application refresh. This is useful for maintaining user preferences or app state btw sessions.

Did you know Pinia provides options for persisting store data across sessions?๐Ÿ™†โ€โ™€๏ธ

Persisting data allows you to save store state to local storage or other mechanisms & restore it on application refresh. This is useful for maintaining user preferences or app state btw sessions.
Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

Exploring Pinia stores for Vue.js state management? ๐Ÿ These centralized data containers streamline state sharing across components. Learn to define and implement stores efficiently in this official Pinia documentation: pinia.vuejs.org/core-concepts/

Exploring Pinia stores for Vue.js state management? ๐Ÿ

These centralized data containers streamline state sharing across components.

Learn to define and implement stores efficiently in this official Pinia documentation: pinia.vuejs.org/core-concepts/
Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

Join aidd's FREE workshop to learn how LLMs and AI agents streamline state management in Vue.js. Build smarter workflows with Daniel Kelly. Limited spots! Online, 4PM CET.

Nuxt (@nuxt_js) 's Twitter Profile Photo

We are joining forces with Vercel โœจ Nuxt stays MIT-licensed. The roadmap stays public. The community stays at the center. ๐Ÿ’š

Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

Are you building complex Vue.js apps? ๐Ÿ Check out our FREE introductory lesson on Pinia, and how it solves common Vue.js challenges. Watch it here: masteringpinia.com/lessons/the-whโ€ฆ

Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

Did you know that you can create a simple Pinia store with just a few lines of code? ๐Ÿ Pinia offers a lightweight way to manage application state. Here's a basic example of a store to manage a count. Have you used this before?

Did you know that you can create a simple Pinia store with just a few lines of code? ๐Ÿ

Pinia offers a lightweight way to manage application state. Here's a basic example of a store to manage a count. 

Have you used this before?
Eduardo.๐šŸ๐šž๐šŽ (@posva) 's Twitter Profile Photo

่ฐข่ฐขๅคงๅฎถ๏ผๅธŒๆœ›ไฝ ไปฌ่ฏ•่ฏ• Pinia Colada ๐Ÿน PPT: esm.is/2025-pinia-colโ€ฆ

่ฐข่ฐขๅคงๅฎถ๏ผๅธŒๆœ›ไฝ ไปฌ่ฏ•่ฏ• Pinia Colada ๐Ÿน
PPT: esm.is/2025-pinia-colโ€ฆ
Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

Enhance your Pinia stores with aidd. ๐Ÿ Optimize state management & Pinia Colada queries with AI. The AIDD Insiders Pass is now LIVE. Get it in the next 24h and benefit from unique perks. x.com/aidd_io/statusโ€ฆ

Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

๐Ÿ”ฅTip of the day: The $subscribe method lets you register a callback that will be executed whenever the store's state changes. This is useful for persisting data, logging changes, or triggering other side effects.

๐Ÿ”ฅTip of the day: 
The $subscribe method lets you register a callback that will be executed whenever the store's state changes. This is useful for persisting data, logging changes, or triggering other side effects.
Nuxt (@nuxt_js) 's Twitter Profile Photo

Nuxt 4.0 is here at last โ€ฆ and it's all about DX โœจ ๐Ÿ—‚๏ธ app/ directory for better organisation ๐Ÿ”„ smarter data fetching โšก๏ธ a faster CLI with socket communication ๐Ÿ”ง improved TypeScript integration ... and a smooth upgrade experience. ๐Ÿ’š nuxt.com/blog/v4

Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

Struggling with state management in your Vue.js apps? ๐Ÿ The "Quick Start with Pinia" lesson on Pinia breaks down this powerful library, showing you how to efficiently manage data across components. Best part? It's free! Check it out: masteringpinia.com/lessons/quick-โ€ฆ

Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

Confused about useStore()? ๐Ÿ We have a FREE lesson that explains the composable function returned by defineStore(), detailing where it can be called and how to use the store outside of components. Watch now it here: masteringpinia.com/lessons/how-doโ€ฆ

Confused about useStore()? ๐Ÿ

We have a FREE lesson that explains the composable function returned by defineStore(), detailing where it can be called and how to use the store outside of components. 

Watch now it here: masteringpinia.com/lessons/how-doโ€ฆ
Mastering Pinia (@masteringpinia) 's Twitter Profile Photo

๐Ÿ”ฅTip of the day: 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.

๐Ÿ”ฅTip of the day: 
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.