ISR in frameworks
I'm just curious, I have an application that is mostly static and doesn't need to be updated super often so I enjoy the ISR that next offers. That way I get the speed of static pages, but I can get new data when it is added. My question is, is there any other frameworks that use this feature? I didn't see anything about it mentioned in the astro docs for example (though I may have just missed it or it may be called something else there).
12 Replies
ik some frameworks that do both, but not some ssg and some ssr
What other frameworks use isr?
i misspelled
So next.js is the only one with the ability to revalidate static pages after some amount of time?
yes
you can revalidate after some time
or you can revalidate on demand
Data Fetching: Incremental Static Regeneration | Next.js
Learn how to create or update static pages at runtime with Incremental Static Regeneration.
Yes, I know its possible in next. That is how my app works currently, I just wanted to see if there were any other frameworks that could do it too.
maybe you could find a obscure framework somewhere
Ok, thanks 🙂
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Just googled it
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View