Michael Hoffmann
@Mokkapps
I'm helping developers to become @vuejs & @nuxt_js experts I'm running these side projects: π @weekly_vue_news πΌοΈ @CodeSnapDev π http://nuxtstarterkit.com
π Building with Nuxt 3+? Stop starting from scratch. I built a production-ready Nuxt starter kit to save myself weeks of setup β and now you can use it too. π nuxtstarterkit.com β Start building now.

π Managing the State of Your Promises ππ» On the potential of Promise.all and Promise.allSettled. spin.atomicobject.com/managing-the-sβ¦
πΉ Vercel BUYING NuxtLabs - What it means for you! ππ» The acquisition of NuxtLabs was a suprise for most of us. ππ» Alex shares his opinion what does it mean for Nuxt as a framework, for the community and for you. youtube.com/watch?v=NiQB7Qβ¦
πΉ Why Vercel Acquired NuxtLabs ππ» Matt shares his thoughts, why Vercel acquired NuxtLabs. youtube.com/watch?v=1oZO0Lβ¦
π¨ On Monday I'll send out my weekly Vue & Nuxt newsletter: ππ» Announcing the release of Vue 3.6 Alpha and the latest performance enhancements in Nuxt. ππ» And more... Join 4.4K other Vue & Nuxt devs and sign up today: weekly-vue.news
π οΈ Vue v3.6.0-alpha.1 is out ππ» Vapor Mode is available starting in Vue 3.6 alpha. ππ» It's still incomplete and unstable during the alpha phase. The current focus is making it available for wider stability and compatibility testing. github.com/vuejs/core/relβ¦
π οΈ Vue.js Plugins Collection ππ» The first open-source, up to date list of more than 80 Vue.js plugins ready to supercharge your Vue apps. vue-plugins.org
π I started a Vue & Nuxt newsletter because I love sharing what I learn each week. ππ» I'm aiming for 5k subscribers soon. π Give it a try and share it if you find it useful! weekly-vue.news
π Optimizing Nuxt Server Side Rendering (SSR) Performance ππ» In this article, you'll explore techniques to optimize server-side rendering performance in the Nuxt framework. debugbear.com/blog/nuxt-ssr-β¦
π¨ I'm really excited to share something new with you today. ππ» I've just updated my Nuxt SaaS Starter Kit to support Nuxt 4. ππ» It's smoother and faster than ever. π Grab your copy now at nuxtstarterkit.com

π οΈ mdream ππ» Convert any site to clean markdown & llms.txt. ππ» With integrations for CLI, NPM module, GitHub Actions, Vite Plugin, Nuxt Module and more. github.com/harlan-zw/mdreβ¦
π How VueUse Solves SSR Window Errors in Vue Applications ππ» This post is about the typical βwindow is not definedβ problem, explains why it happens, and walks through the simple tricks VueUse uses to avoid it. alexop.dev/posts/how-vueuβ¦
π’ Issue 207 is Out! π₯ Yesterday, I published a new issue of my weekly Vue & Nuxt newsletter π Check it out: weekly-vue.news/issues/v2/171
π Nuxt 4.0 is out ππ» app/ directory for better organisation. ππ» Smarter data fetching. ππ» A faster CLI with socket communication. ππ» Improved TypeScript integration. ππ» A smooth upgrade experience. nuxt.com/blog/v4
π οΈ Vue Bits ππ» An open source collection of animated, interactive & fully customizable Vue components. vue-bits.dev
π οΈ jsonrepair ππ» Repairs invalid JSON documents by addressing common errors like missing quotes, commas, and incorrect syntax. github.com/josdejong/jsonβ¦
The @weekly_vue_news newsletter by @Mokkapps provides tips & curated content to help you become a Vue & Nuxt expert π§βπ»βοΈ - madewithvuejs.com/weekly-vue-news
π Migrating 160,000 Lines of Production Banking JavaScript to TypeScript with Zero Downtime ππ» Migrating to TypeScript was a challenging yet rewarding process. benhowdle.im/migrating-js-tβ¦
π οΈ Free Curved Text Generator ππ» An online tool that lets you place curved text along circle or any custom path. ππ» No signup and for free. curvedtext.io

π CSS conditionals with the new if() function ππ» The if function opens up a slew of architectural opportunities for CSS. ππ» Learn how we can now use such inline conditionals along with media, supports, and style queries. developer.chrome.com/blog/if-article
π Fixing βCannot read properties of undefined (reading βvalueβ)β in Vue ππ» Learn what causes it and how to fix it. vueschool.io/articles/vuejsβ¦