JAMstack is an architecture that combines JavaScript, APIs, and Markup. It eliminates the need to make a round trip to the server side for each screen transition. SSG provides flexible markup generation at build time. SPA can be said to be an indispensable part of JAMstack. Next.js has a feature called Incremental Static Regeneration.

4m read timeFrom dev.to
Post cover image
Table of contents
Single Page ApplicationStatic Site GeneratorsIncremental Static RegenerationProgressive Web AppsPros and Cons
2 Comments

Sort: