What is the use of the index.txt
files for each page generated?
#57222
Unanswered
taheramr
asked this question in
App Router
Replies: 1 comment 1 reply
-
Is that the file that has the RSC strings? Maybe you need to re-architect how you pass props, because you might be duplicating data into the RSC. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the app router with the
export
mode for generating an SSG website, I'm trying to debug why theindex.txt
file that gets fetched in the network is HUGE, its around 10 megabytes, I wanna understand how this file is generated and what its main usage in the nextjs building phase?Beta Was this translation helpful? Give feedback.
All reactions