Mes principaux sujets: #accessibilite #vuejs #vuetify #nuxt #typescript
👉🏻 In this article, @michaelthiessen.bsky.social covers seven different patterns on writing better composables in @vuejs.org.
https://michaelnthiessen.com/composable-patterns-in-vue
👉🏻 In this article, @michaelthiessen.bsky.social covers seven different patterns on writing better composables in @vuejs.org.
https://michaelnthiessen.com/composable-patterns-in-vue
👉🏻 In this article, @jacobandrewsky.bsky.social lists his best practices to write cleaner code in your @vuejs.org projects.
https://dev.to/jacobandrewsky/10-tips-to-write-cleaner-vuejs-code-1dp6
👉🏻 In this article, @jacobandrewsky.bsky.social lists his best practices to write cleaner code in your @vuejs.org projects.
https://dev.to/jacobandrewsky/10-tips-to-write-cleaner-vuejs-code-1dp6
Saviez-vous que Vue.js vous permet de contrôler précisément le cycle de vie des effets réactifs ? Avec effectScope, dites adieu aux fuites de mémoire ! 🔍
🧵 Thread avancé sur un sujet puissant :
Saviez-vous que Vue.js vous permet de contrôler précisément le cycle de vie des effets réactifs ? Avec effectScope, dites adieu aux fuites de mémoire ! 🔍
🧵 Thread avancé sur un sujet puissant :
By the one and only @danielroe.dev. 💫
https://youtu.be/D3F683UViBY
By the one and only @danielroe.dev. 💫
https://youtu.be/D3F683UViBY
Besoin de gérer des composants asynchrones de manière élégante dans Vue.js ? Suspense est là pour vous permettre d'attendre des promesses avant d'afficher un contenu. 🔄
🧵 Petit thread :
Besoin de gérer des composants asynchrones de manière élégante dans Vue.js ? Suspense est là pour vous permettre d'attendre des promesses avant d'afficher un contenu. 🔄
🧵 Petit thread :
Join our FREE online conference and learn about
🔥 Vue Vapor Mode
🔥 Preview of @vuejs.org 3.6
🔥 Bundling
🔥 Vue.js & AI, and so much more!
What are you excited about the most?
https://youtu.be/GcWhbqy8wcg
Join our FREE online conference and learn about
🔥 Vue Vapor Mode
🔥 Preview of @vuejs.org 3.6
🔥 Bundling
🔥 Vue.js & AI, and so much more!
What are you excited about the most?
https://youtu.be/GcWhbqy8wcg
I upgraded the social links on my blog! When users visit a blog post, they now turn in content-sharing links. I wrote a short post about it:
https://laurentcazanove.com/blog/share-intent-links
#blogvent
I upgraded the social links on my blog! When users visit a blog post, they now turn in content-sharing links. I wrote a short post about it:
https://laurentcazanove.com/blog/share-intent-links
#blogvent
It's the kind of thing most people will use between 0 and 5 times in their whole life 😅
It's the kind of thing most people will use between 0 and 5 times in their whole life 😅
Quand votre application Vue.js commence à devenir complexe, l'optimisation des performances du rendu devient essentielle. Focus sur v-memo et les optimisations via defineComponent.
🧵 Petit thread :
Quand votre application Vue.js commence à devenir complexe, l'optimisation des performances du rendu devient essentielle. Focus sur v-memo et les optimisations via defineComponent.
🧵 Petit thread :
Vous en avez rêvé ? Créez des applications full-stack avec Nuxt !
Vous en avez rêvé ? Créez des applications full-stack avec Nuxt !
Check them out here:
soubiran.dev/talks
Also, I finally got to meet @esm.dev—and came away with some awesome goodies! 🫶
Check them out here:
soubiran.dev/talks
Also, I finally got to meet @esm.dev—and came away with some awesome goodies! 🫶
Dans un projet Vue.js, on entend souvent parler de utils et composables, mais quelle est la différence ? Et quand les utiliser ? 🤔
🧵 Petit thread :
Dans un projet Vue.js, on entend souvent parler de utils et composables, mais quelle est la différence ? Et quand les utiliser ? 🤔
🧵 Petit thread :
Not only pros & cons, but also how to disable them, how to add them in plain Vue projects and what the future holds for them.
Of course, I also share my own opinion & recommendation!
Out now!
Not only pros & cons, but also how to disable them, how to add them in plain Vue projects and what the future holds for them.
Of course, I also share my own opinion & recommendation!
Out now!
👉🏻 In this concise guide, you’ll explore the art of making an item draggable in @vuejs.org without any packages.
https://medium.com/@alemrandev/how-to-create-a-draggable-item-in-vue-without-using-any-packages-871a132b083b
👉🏻 In this concise guide, you’ll explore the art of making an item draggable in @vuejs.org without any packages.
https://medium.com/@alemrandev/how-to-create-a-draggable-item-in-vue-without-using-any-packages-871a132b083b
👉🏻 This article introduces you to Generics in @vuejs.org so that you can start using it in your projects.
https://dev.to/jacobandrewsky/using-generics-in-vue-components-1lnn
👉🏻 This article introduces you to Generics in @vuejs.org so that you can start using it in your projects.
https://dev.to/jacobandrewsky/using-generics-in-vue-components-1lnn
👉🏻 @vuejs.org has a lot of safeguards in place - but there are situations where these won't help either.
https://www.youtube.com/watch?v=Hr4apFSYZW0
👉🏻 @vuejs.org has a lot of safeguards in place - but there are situations where these won't help either.
https://www.youtube.com/watch?v=Hr4apFSYZW0
Vue composables are powerful, but without careful design, they can lead to complex, untestable code.
Here's how to leverage the repository pattern with Vue composables in Nuxt 3:
https://laurentcazanove.com/blog/repository-pattern-in-composables
#blogvent
Vue composables are powerful, but without careful design, they can lead to complex, untestable code.
Here's how to leverage the repository pattern with Vue composables in Nuxt 3:
https://laurentcazanove.com/blog/repository-pattern-in-composables
#blogvent
🤔 Why Patterns Matter
🌴 Branching Component Pattern
🎰 Slots and Template Prop Pattern
☑️ List Patterns
All lessons include practical examples. 👇
https://vueschool.io/courses/vue-component-design-2
More to come next week!
#VueSchool #VueJs
🤔 Why Patterns Matter
🌴 Branching Component Pattern
🎰 Slots and Template Prop Pattern
☑️ List Patterns
All lessons include practical examples. 👇
https://vueschool.io/courses/vue-component-design-2
More to come next week!
#VueSchool #VueJs
Quand on débute avec Vue.js, on peut se demander : Quand utiliser ref et quand utiliser reactive ? 🤔 Voici un petit guide simple pour vous aider à y voir plus clair !
Quand on débute avec Vue.js, on peut se demander : Quand utiliser ref et quand utiliser reactive ? 🤔 Voici un petit guide simple pour vous aider à y voir plus clair !
vuejs-docs-fr.netlify.app/guide/introd...
vuejs-docs-fr.netlify.app/guide/introd...
https://zenn.dev/comm_vue_nuxt/articles/eslint-plugin-vuejs-accessibility-introduction
https://zenn.dev/comm_vue_nuxt/articles/eslint-plugin-vuejs-accessibility-introduction
What's new?
🔹 Improved component navigation and renaming for @vuejs.org, SvelteJS, and Astro
🔹 Built-in support for database tools and SQL
🔹 Better code completion with AI Assistant
#jetbrains #webstorm #javascript #vuejs #webdev
www.jetbrains.com/webstorm/wha...
What's new?
🔹 Improved component navigation and renaming for @vuejs.org, SvelteJS, and Astro
🔹 Built-in support for database tools and SQL
🔹 Better code completion with AI Assistant
#jetbrains #webstorm #javascript #vuejs #webdev
www.jetbrains.com/webstorm/wha...