NextJS vs React

Listing impressions of nextjs from my experience with it so far, and how it differs from react from a devs perspective. How reactjs works: In case of react, on a prod website, server could be a CDN. Need not be EC2 etc. CDN is dumb server - which is just a convenient way to say CDN is a server but optimized for file delivery, not for compute. index.html contains bundle.js...

May 16, 2022 · 4 min · Anant