Skip to main content
erold.guide
Explore API Contribute
Explore API Contribute
Home / Explore / Next.js

Next.js

The React framework for production. Next.js provides hybrid static and server rendering, TypeScript support, smart bundling, and route pre-fetching.

Website Docs GitHub

Default to Server Components

Use Server Components by default in Next.js App Router. Only add 'use client' when you need interactivity, browser APIs, or React hooks.

beginner 5m

Always Validate Server Action Inputs

Server Actions are public HTTP endpoints. Always validate and sanitize all inputs using Zod or similar validation libraries to prevent security vulnerabilities.

intermediate 8m

No guidelines match your filters.

Overview

Guidelines
2
Categories
2
Version
v15.1.0

Categories

Actions

Contribute to Next.js Browse all topics

API Access

Get these guidelines via JSON API.

GET /api/v1/topics/nextjs/_index.json
Explore API Contribute

MIT License · Part of erold

Terms Privacy GitHub

© 2024-2026 Yet Technologies SARL-S

We use cookies to analyze site traffic and improve your experience. Learn more

Quick links

Home Explore Guidelines API Documentation Contribute