next-edu

A proof of concept using a NextJS seed ready to be deployed with Vercel.

Go back

Incremental Static Regeneration

Big and complex systems with many web pages encounter the issue of having to re-build an entire app for each deploy. Systems like this usually deal with this issue bsy using server side rendering and a caching layer (e.g Varnish)

Rendering and building a page by request is not a solution. Neither is building the entire app everything at once. That's why we came up with Incremental Static Generation.

This is useful for:

Benefits:

Click here to change the random id.

Read more about this topic:


Up Next

Features that we are currently working on: