Link Blog
This looks like a great release. The reactive keys for useAsyncData is really nice. I love that Nuxt is always getting better.
I am linking to this as it looks like a similar project to NuxtHub for React. I am really enjoying the Cloudflare as platform developer and deployment experience so far via NuxtHub. If I needed to start a React project this is something I would look into.
A short article on getting the classic header / main / footer layout where main fills in the available space.
While I am really enjoying NuxtHub for Cloudflare deployment here's some notes on doing it manually.
An interesting article demonstrating how to create custom Tailwind CSS utilities using the @apply
directive. Shows some practical examples and best practices for optimizing your Tailwind CSS workflow.
Computed properties in Vue 3.5 have been optimized to be more efficient, especially when dealing with returned objects. Computed properties that return an object always return a new object, which can lead to unnecessary re-renders. Vue 3.5 passes in the previously returned value to the computed function allowing you to check the new value against the old value and return the old value if no changes have occurred.
I am trying out a simplified version of the Go language pattern recently and so far I like it a lot.