Content deleted Content added
Samuraimoon (talk | contribs) m added extra pointer in styling and features Tags: Reverted Visual edit |
m Reverted edit by Samuraimoon (talk) to last version by Tucoxn |
||
Line 61:
Next.js also supports Incremental Static Regeneration<ref>{{Cite web |title=Incremental Static Regeneration with Next.js |url=https://vercel.com/docs/concepts/next.js/incremental-static-regeneration |access-date=2022-03-06 |website=Vercel |language=en-US}}</ref> and static site generation - a compiled version of the website is usually built during build time and saved as a .next folder. When a user makes a request, the pre-built version which are static HTML pages are cached and sent to them. This makes the load time very fast, but it's not suitable for every website, particularly for interactive sites that change often and utilize a lot of user input.
== See also ==
|