Answers about isr
Questions and answers from the Croct community about isr.
2
Our Strapi blog uses ISR, can I personalize one section without going fully dynamic?
Strapi feeds a Next.js App Router blog, ISR with revalidate 300. Build serves ~1200 posts, TTFB is great and I want to keep it that way. Marketing wants a…
8
Adding fetchContent turned my statically generated pages dynamic, is that expected?
We run a marketplace with heavy ISR usage, thousands of prerendered pages. I added fetchContent from @croct/plug-next/server to one product landing page and…
9
ISR serves everyone the same HTML, where does personalization even fit?
Our marketing site is fully static with ISR and it is fast and cheap, which I love. Now the growth team wants per-audience hero content on the homepage and a…
2
Keeping ISR on Vercel while personalizing only a few Sanity routes
Our Sanity + Next.js site on Vercel leans heavily on ISR. Route table after build, roughly: We previously tried a middleware-rewrite pattern from another tool…