Content deleted Content added
m →top: this doesn't need to be a thumbnail image |
Samuraimoon (talk | contribs) m added extra pointer in styling and features Tags: Reverted Visual edit |
||
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.
This helps in easy and effective styling. Most users will be finding this helpful in long term projects.
== See also ==
|