Colin pfp
Colin
@colin
As part of the recent Paragraph redesign we migrated from the NextJS pages directory to the app directory and Next 15 best practices: - heavy use of React server components + suspense boundaries + fetching as far down the React component tree as possible (versus, before, we blocked the entire page for ~seconds until everything loaded) - partial pre-rendering, so suspense boundaries load immediately - fetch-level caching w/ revalidation Cool to see core metrics improve significantly as a result.
3 replies
5 recasts
18 reactions

John Hoang pfp
John Hoang
@jhoang
Are you using react 18 or 19?
1 reply
0 recast
0 reaction

Colin pfp
Colin
@colin
19
0 reply
0 recast
1 reaction