Nextjs Framework
How do environment variables work in Next.js?
Nextjs Framework
How does prefetching work with the Link component?
Nextjs Framework
What is Next.js Middleware?
Nextjs Framework
What is the useRouter hook in Next.js App Router?
Nextjs Framework
How do you handle loading states in the App Router?
Nextjs Framework
What is a layout in the Next.js App Router?
Nextjs Framework
When should you use a Client Component vs a Server Component?
Nextjs Framework
How do you define a Server Action?
Nextjs Framework
What is the difference between the Edge and Node.js runtimes?
Nextjs Framework
How do you redirect in Next.js?
Nextjs Framework
What are Route Handlers in Next.js?
Nextjs Framework
How do you use the Next.js Image component?
Nextjs Framework
How do you control caching with fetch in the App Router?
Nextjs Framework
Can a route.ts and page.tsx exist in the same folder?
Nextjs Framework
How does data fetching work in Server Components?
Nextjs Framework
What is Next.js?
Nextjs Framework
What is the purpose of next.config.js?