0% found this document useful (0 votes)
2 views

Introduction2 _ Next.js

Next.js documentation covers key features such as a file-system based router, various rendering methods, simplified data fetching, and styling support. It also highlights optimizations for images and scripts, along with enhanced TypeScript support. The documentation is organized sequentially for ease of learning, with navigation aids like a table of contents and a search function.

Uploaded by

derikpandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Introduction2 _ Next.js

Next.js documentation covers key features such as a file-system based router, various rendering methods, simplified data fetching, and styling support. It also highlights optimizations for images and scripts, along with enhanced TypeScript support. The documentation is organized sequentially for ease of learning, with navigation aids like a table of contents and a search function.

Uploaded by

derikpandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction | Next.js https://nextjs.

org/docs

Routing A �le-system based router built on top of Server Components that supports layouts,
nested routing, loading states, error handling, and more.

Rendering Client-side and Server-side Rendering with Client and Server Components. Further
optimized with Static and Dynamic Rendering on the server with Next.js. Streaming on
Edge and Node.js runtimes.

Data Simpli�ed data fetching with async/await in Server Components, and an extended fetch
Fetching API for request memoization, data caching and revalidation.

Styling Support for your preferred styling methods, including CSS Modules, Tailwind CSS, and
CSS-in-JS

Optimizations Image, Fonts, and Script Optimizations to improve your application's Core Web Vitals and
User Experience.

TypeScript Improved support for TypeScript, with be�er type checking and more e�icient
compilation, as well as custom TypeScript Plugin and type checker.

On the left side of the screen, you'll �nd the docs navbar. The pages of the docs are
organized sequentially, from basic to advanced, so you can follow them step-by-step when
building your application. However, you can read them in any order or skip to the pages that
apply to your use case.

On the right side of the screen, you'll see a table of contents that makes it easier to navigate
between sections of a page. If you need to quickly �nd a page, you can use the search bar at
the top, or the search shortcut ( Ctrl+K or Cmd+K ).

This site uses tracking technologies. You may opt in or opt


Toout
getofstarted, check
the use of theseout the Installation guide.
technologies.

2 of 5 21/04/2025, 22:57

You might also like