0

Completed

0%

Progress

0

Starred

01

What is Nuxt.js?

beginner#Core Concepts
02

Why use Nuxt? What problems does it solve?

beginner#Core Concepts
03

Explain Nuxt 3 architecture: how do Vue 3, Vite, and Nitro work together?

beginner#Architecture
04

Vue vs Nuxt: When should you choose one over the other?

beginner#Core Concepts
05

What is SSR (Server-Side Rendering) in Nuxt and how does it work?

beginner#Rendering Modes
06

What is CSR (Client-Side Rendering) in Nuxt and when would you use it?

beginner#Rendering Modes
07

What is SSG (Static Site Generation) in Nuxt and how does it work?

beginner#Rendering Modes
08

What is hybrid rendering in Nuxt and how do you configure it?

beginner#Rendering Modes
09

How does the pages folder work in Nuxt?

beginner#Routing
10

Explain file-based routing in Nuxt with dynamic routes.

beginner#Routing
11

How do nested routes work in Nuxt using the pages folder?

beginner#Routing
12

What are layouts in Nuxt and how do you use them?

beginner#Layouts
13

What is app.vue and when should you use it instead of layouts?

beginner#App Entry
14

How does the components folder work with auto-imports in Nuxt?

beginner#Components
15

What are composables in Nuxt and how do they differ from Vue composables?

beginner#Composables
16

What is useState in Nuxt and how does it work for shared state?

beginner#State Management
17

What is useFetch in Nuxt and how does it differ from $fetch?

beginner#Data Fetching
18

What is useAsyncData and when should you use it instead of useFetch?

beginner#Data Fetching
20

What are middleware basics in Nuxt and how do you define them?

beginner#Middleware
21

What are plugins in Nuxt and how do you use them?

beginner#Plugins
22

What are server API basics in Nuxt? How do you create API endpoints?

beginner#Server
23

What is the difference between the assets and public folders in Nuxt?

beginner#Assets
24

What is nuxt.config.ts and what can you configure there?

beginner#Configuration
25

What are SEO basics in Nuxt and how do you manage meta tags?

beginner#SEO
26

What is useHead in Nuxt and how does it work?

beginner#SEO
27

What is useSeoMeta and why should you use it over useHead for SEO?

beginner#SEO