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
32 reactions

androidsixteen pfp
androidsixteen
@androidsixteen.eth
Deployed on Vercel or another cloud provider? If not Vercel, has it been easy to configure / set up so you get the same perf benfits of serving static html from edge nodes?
1 reply
0 recast
3 reactions

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

Chinmay 🕹️🍿 pfp
Chinmay 🕹️🍿
@chinmay.eth
Cc: @amccausl
0 reply
0 recast
0 reaction