Skip to content
Discussion options

You must be logged in to vote

Page2 uses RSC and is somewhat slow but behaves like I would expect

To clarify, every page in App Router uses RSC.

The important thing is whether these pages will be prerendered at build time or not. Running the build confirms that every page will be prerendered, similar to when you have a fetch()https://nextjs.org/docs/app/building-your-application/data-fetching/fetching#fetching-data-on-the-server-with-the-fetch-api.

If you are not using any Dynamic APIs anywhere else in this route, it will be prerendered during next build to a static page.

   ▲ Next.js 15.2.0-canary.71

   Creating an optimized production build ...
 ✓ Compiled successfully
 ✓ Linting and checking validity of typ…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SharanKarchella
Comment options

Comment options

You must be logged in to vote
1 reply
@CodingMeSwiftly
Comment options

Answer selected by samcx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
React Related to React.
4 participants
Converted from issue

This discussion was converted from issue #76433 on February 24, 2025 18:57.