This week brings exciting updates with Nuxt UI v4's major release unifying the entire ecosystem, plus guides on building AI-powered Vue components and real-time communication with Socket.IO. We're also covering new tools like flagsmith-vue for feature flags and Vue Frimousse emoji picker.
On a personal note, I'm working on a new Nuxt module to render emails based on Vue components. It'll be a replacement for Vue Email which is not maintained anymore. I already implemented the main functionality & tests, now I need to test it in my apps and write the documentation. Stay tuned, I hope to be able to release the first public version in the next weeks!
👉🏻 When working with Nuxt (or any SSR framework), one of the trickiest parts is handling state hydration - making sure that the state you generate on the server matches what runs on the client.
👉🏻 Fully typed fetch client for the Shopify Storefront API and the Shopify Admin API.
👉🏻 You can use it on the server and client side, with built-in support for mock.shop and automatic, hot-reloaded type generation from your GraphQL queries.