hero background
nextjs conf logo

Dynamic without limits

Every announcement from the 2022 edition of Next.js Conf.

The React Framework for Production

Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.

The Web SDK

Next.js has all the tools you need to make the Web. Faster.

Image Optimization

<Image> and Automatic Image Optimization with instant builds.

Documentation →

Internationalization

Built-in Domain & Subdomain Routing and Automatic Language detection.

Documentation →

Next.js Analytics

A true lighthouse score based on real visitor data & page-by-page insights

Documentation →

Zero Config

Automatic compilation and bundling. Optimized for production from the start.

Documentation →

Hybrid: SSG and SSR

Pre-render pages at build time (SSG) or request time (SSR) in a single project.

Documentation →

Incremental Static Regeneration

Add and update statically pre-rendered pages incrementally after build time.

Documentation →

TypeScript Support

Automatic TypeScript configuration and compilation.

Documentation →

Fast Refresh

Fast, reliable live-editing experience, as proven at Facebook scale.

Documentation →

File-system Routing

Every component in the `pages` directory becomes a route.

Documentation →

API Routes

Optionally create API endpoints to provide backend functionality.

Documentation →

Built-in CSS Support

Create component-level styles with CSS modules. Built-in Sass support.

Documentation →

Middleware

Dynamic routing defined by code instead of configuration.

Documentation →

And More.

Support for enviornment variables, preview mode, custom `head` tags, automatic polyfills, and more.