Next.js Concepts
- What is Nextjs?
- What is Routing?
- What is Rendering?
- page.js VS layout.js
- What is Nested Routing?
- What is Nested Layout?
- What is Link Component?
- What is Route Groups()?
- What is Image Component?
- How does Next.js handle fonts, SEO, metadata, and favicon?
- Difference between React Server Components and Client Components
- Understanding use client and Async Components in Next.js
- What is params and searchParams?
- What is Dynamic Routing ?
- What is useSearchParams?
- What is a Catch-All Segment?
- What is Server Side Data Fetching?
- What is Client Side Data Fetching?
- What is Suspense in Next.js?
- What is CSR vs SSR ?
- What is Static Site Generation (SSG) ?
- What is Incremental Static Regeneration?
- What is Static vs Dynamic Pages?
- What is Cache?
- What is not-found-js?
- What is generate Static Params?
- What is use Server?
- What is use of useActionState?
- What is use of useFormStatus()?
- What is use of Redirect()?
- What is use of useRouter()?
- What is Revalidate Path?
- What is onDemand Revalidation and revalidation?
- What is need of loading.js?
- What is need of error.js?
- What is Middleware?
- What is Hydration?
- What is Auth-guard?
- What is Streaming?
- What is difference between next VS react?
- What is Build VS Runtime?