Nextjs
18 items tagged with "nextjs"
Tutorials1
Migrations5
Create React App to Next.js Migration
Migrate a CRA app to Next.js with SSR/SSG options, routing changes, and data fetching updates
Gatsby to Next.js Migration
Migrate a Gatsby site to Next.js with updated data fetching, routing, and image handling
Next.js 13 to Next.js 15 Migration
Upgrade Next.js from 13 to 15 with App Router and React 19 support
Next.js Pages Router to App Router Migration
Migrate from Next.js pages router to app router (layouts, server components, new data fetching)
WordPress to Headless CMS Migration
Convert WordPress to headless CMS with Next.js frontend
Products3
Stacks5
T3 Stack
Next.js, TypeScript, Tailwind, tRPC, Prisma - Type-safe full-stack
Supabase Stack
Supabase, Next.js, Tailwind - Open source Firebase alternative
Next.js + Supabase
A fullstack pairing Next.js with Supabase for Postgres, auth, storage, and realtime, shipping production apps with minimal backend code.
Next.js + Prisma + Postgres
A typed fullstack of Next.js, the Prisma ORM, and PostgreSQL for SaaS apps with a hand-owned backend and end-to-end type safety.
Blitz.js
A fullstack toolkit on top of Next.js that removes the API layer with typed server-side queries and mutations for rapid app building.
Comparisons3
Next.js vs Nuxt
Comparison of Next.js (React) and Nuxt (Vue) meta-frameworks
Next.js vs Remix
Next.js is the dominant React meta-framework with broad rendering options; Remix focuses on web standards, nested routing, and progressive enhancement.
Astro vs Next.js
Astro is a content-first framework that ships zero JS by default; Next.js is a full React app framework with rich interactivity and rendering modes.