Acerca de
This skill provides a comprehensive toolkit for handling data and state within Nuxt 4 applications, ensuring best practices for performance and SSR compatibility. It guides the implementation of reactive data fetching with useFetch and useAsyncData, provides patterns for shared state using useState, and facilitates complex state management with Pinia integration. By enforcing patterns like singleton composables and addressing Nuxt 4's specific reactivity behaviors, this skill helps developers avoid common pitfalls such as hydration mismatches and memory leaks while optimizing for type safety and speed.