Reading Class 32 - meron-401n14/seattle-javascript-401n14 GitHub Wiki
CRA, Next.js & Gatsby
While CRA offers client-side rendering and Next.js offers server-side rending, Gatsby is something called “Static Site Generator”. If you’re new to static site generators, those are generators which build** “HTML” **code during the “build”, by fetching data from some APIs, markdown files or anything. Note that everything is done in the “build” process. Similar to Next.js browser receives pre-rendered HTML code.