#create-next-app

[ follow ]
fromMDN Web Docs
10 months ago
JavaScript

Static Site Generation (SSG) with Next.js | MDN Blog

Utilize create-next-app for quick bootstrapping of Next.js applications with static generation but fetching data at build time for a flexible website.
Loading...