📚 Developed by the author of Pinia
🚀 From BitterBrains, powered by @vueschool.io
It simplifies pagination with a declarative approach, supporting both page-based and cursor-based navigation. A game-changer for Vue apps! Try it out and share feedback.
It simplifies pagination with a declarative approach, supporting both page-based and cursor-based navigation. A game-changer for Vue apps! Try it out and share feedback.
How is the “v-for="[tabId, title]” Syntax used in tabList?
Our answer👇
This syntax is versatile, & you can use it directly in your code. Plus, you can also utilize "v-for="{ id, other } in" or replace "in" with "of" – all achieving the same result.
How is the “v-for="[tabId, title]” Syntax used in tabList?
Our answer👇
This syntax is versatile, & you can use it directly in your code. Plus, you can also utilize "v-for="{ id, other } in" or replace "in" with "of" – all achieving the same result.
Check it out now!
https://masteringpinia.com/lessons/creating-a-tabs-manager-solution
Check it out now!
https://masteringpinia.com/lessons/creating-a-tabs-manager-solution
Did you know Pinia is named after "piña" (Spanish for pineapple)? 🍍
It symbolizes individual stores joining together to form a single, delicious state management solution. A nod to Eduardo's creative naming! Try pronouncing it “peenya” for fun.
Did you know Pinia is named after "piña" (Spanish for pineapple)? 🍍
It symbolizes individual stores joining together to form a single, delicious state management solution. A nod to Eduardo's creative naming! Try pronouncing it “peenya” for fun.
If yes, feel free to share a link to your project! 🤓
If yes, feel free to share a link to your project! 🤓
Using Pinia with Nuxt? Always install Pinia before Pinia Colada for seamless SSR support. This ensures proper hydration and caching.
Using Pinia with Nuxt? Always install Pinia before Pinia Colada for seamless SSR support. This ensures proper hydration and caching.
Share your patterns! 👇
Share your patterns! 👇
What’s your feedback on its declarative approach? 💻
What’s your feedback on its declarative approach? 💻
Automatic caching and deduplication included! How are you using useQuery?
Automatic caching and deduplication included! How are you using useQuery?
Any tips for smoother integration? 💡
Any tips for smoother integration? 💡
🆓 FREE 48h Official Vue.js Mid-Level Cert Training: Pinia challenges, trial exam & more.
Let’s upgrade your skills: https://certificates.dev/vuejs/free-weekend
🆓 FREE 48h Official Vue.js Mid-Level Cert Training: Pinia challenges, trial exam & more.
Let’s upgrade your skills: https://certificates.dev/vuejs/free-weekend
How do they compare to TanStack Query? 🤔
How do they compare to TanStack Query? 🤔
Here’s a quick counter store example:
Use it in your Vue component with `const counter = useCounterStore()`
Here’s a quick counter store example:
Use it in your Vue component with `const counter = useCounterStore()`
Let’s hear your use cases! 👩💻
Let’s hear your use cases! 👩💻
Check out this lesson where we will cover everything there is to know about unit testing stores with Pinia. 🍍
https://masteringpinia.com/lessons/unit-testing-stores
Check out this lesson where we will cover everything there is to know about unit testing stores with Pinia. 🍍
https://masteringpinia.com/lessons/unit-testing-stores
Share your folder structure! 🪜
Share your folder structure! 🪜
Get 48h FREE Official Vue.js Mid-Level Cert Training with Pinia focus, code challenges & trial exam.
Are you ready? Sign up now: https://certificates.dev/vuejs/free-weekend
Get 48h FREE Official Vue.js Mid-Level Cert Training with Pinia focus, code challenges & trial exam.
Are you ready? Sign up now: https://certificates.dev/vuejs/free-weekend
Vue Devtools provides a dedicated tab for viewing and manipulating Pinia store state, making it easier to debug your application's state management.
Vue Devtools provides a dedicated tab for viewing and manipulating Pinia store state, making it easier to debug your application's state management.
🤓 Here’s our answer:
The “n: ref“ syntax is used to create a reference that persists across component re-renders, the value stays untouched, just the reactivity stops working.
🤓 Here’s our answer:
The “n: ref“ syntax is used to create a reference that persists across component re-renders, the value stays untouched, just the reactivity stops working.