0% found this document useful (0 votes)
11 views1 page

pdf24 - Converted Pages 2

The document outlines key features of a web application framework, including client-side and server-side rendering, simplified data fetching, and support for various styling methods. It also highlights optimizations for images, fonts, and scripts to enhance user experience and TypeScript support for better type checking. Additionally, it provides guidance on navigating the documentation and introduces the App Router versus Pages Router concept.

Uploaded by

marcusmelodious
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

pdf24 - Converted Pages 2

The document outlines key features of a web application framework, including client-side and server-side rendering, simplified data fetching, and support for various styling methods. It also highlights optimizations for images, fonts, and scripts to enhance user experience and TypeScript support for better type checking. Additionally, it provides guidance on navigating the documentation and introduces the App Router versus Pages Router concept.

Uploaded by

marcusmelodious
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Feature Description

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 Simplified 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 better type checking and more efficient compilation, as
well as custom TypeScript Plugin and type checker.

How to Use These Docs


On the left side of the screen, you'll find 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 find a page, you can use the search bar at
the top, or the search shortcut ( Ctrl+K or Cmd+K ).

To get started, check out the Installation guide.

App Router vs Pages Router

You might also like