0
Completed
0%
Progress
0
Starred
What is Nuxt.js?
Why use Nuxt? What problems does it solve?
Explain Nuxt 3 architecture: how do Vue 3, Vite, and Nitro work together?
Vue vs Nuxt: When should you choose one over the other?
What is SSR (Server-Side Rendering) in Nuxt and how does it work?
What is CSR (Client-Side Rendering) in Nuxt and when would you use it?
What is SSG (Static Site Generation) in Nuxt and how does it work?
What is hybrid rendering in Nuxt and how do you configure it?
How does the pages folder work in Nuxt?
Explain file-based routing in Nuxt with dynamic routes.
How do nested routes work in Nuxt using the pages folder?
What are layouts in Nuxt and how do you use them?
What is app.vue and when should you use it instead of layouts?
How does the components folder work with auto-imports in Nuxt?
What are composables in Nuxt and how do they differ from Vue composables?
What is useFetch in Nuxt and how does it differ from $fetch?
What is useAsyncData and when should you use it instead of useFetch?
How does NuxtLink work and how is it different from <a> and Vue Router's RouterLink?
What are middleware basics in Nuxt and how do you define them?
What are plugins in Nuxt and how do you use them?
What are server API basics in Nuxt? How do you create API endpoints?
What is the difference between the assets and public folders in Nuxt?
What is nuxt.config.ts and what can you configure there?
What is useHead in Nuxt and how does it work?
What is useSeoMeta and why should you use it over useHead for SEO?