A Server Side Rendering js framework. Based off ReactJS.
- Good for webscrapers
- Good for speed
Setup
npx create-next-app <appname>
Project Files
/app
- NextJS App Router/pages
- NextJS Page Router/public
- Static assets to be served/src
- optional source folder/next.config.js
- nextjs conig/middleware.ts
- middleware files/next-env.d.ts
- TypeScript type declarations- layout.js