DEV Community

Discussion on: Beyond create-react-app: Why you might want to use Next.js or Gatsby instead

Collapse
 
shadowtime2000 profile image
shadowtime2000

Next also supports automatic static optimization with SSR, where it prerenders the page at build if it doesn't explicitly use SSR features such as on the fly data fetches, and caches it on runtime.