◢ This post is also available in: 日本語
Next.js is a powerful React framework that makes building web applications simple and efficient.
npx create-next-app@latest my-app
cd my-app
npm run dev
| Feature | Next.js | Remix |
|---|---|---|
| SSR | ✅ | ✅ |
| SSG | ✅ | ❌ |
| App Router | ✅ | ❌ |
Next.js makes it easy to build full-stack web applications.