NextJS
Base Design
Static website creation
React framework that supports static pages
Support for SEO optimization - powerfulRendering
Uses Nodejs to build pages progressively
Generates static pages during build time
Fetches backend data for building pages during build time
Post deployment - On the fly page generation for dynamic data