Skip to main content

Basic Introduction NextJS

Next.js is a React framework that enables server-side rendering (SSR), static site generation (SSG), and client-side rendering (CSR) to build fast and scalable web applications. It is developed and maintained by Vercel.

Website: https://nextjs.org

Toolchain:

npx create-next-app@latest
What is your project named? my-app
Would you like to use TypeScript? No / Yes
Would you like to use ESLint? No / Yes
Would you like to use Tailwind CSS? No / Yes
Would you like your code inside a `src/` directory? No / Yes
Would you like to use App Router? (recommended) No / Yes
Would you like to use Turbopack for `next dev`? No / Yes
Would you like to customize the import alias (`@/*` by default)? No / Yes
What import alias would you like configured? @/*