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
32 reactions
Goofyni165
@goofyni165
Improved performance and user experience with NextJS migration and best practices
0 reply
0 recast
0 reaction