A series covering Next.js with App Router, React Server Components, server actions, and the production concerns around them.
Start with Cheatsheet 01 — Next.js Basics .
A series covering Next.js with App Router, React Server Components, server actions, and the production concerns around them.
Start with Cheatsheet 01 — Next.js Basics .
Cheatsheet: Metadata API, OG images, sitemap, robots.ts, schema.org.
Cheatsheet: Vercel deploy, Docker, standalone output, env vars, runtime.
Cheatsheet: streaming SSR, Suspense, loading.tsx, parallel data fetching.
Cheatsheet: HydrationBoundary, prefetch on server, mutate from client, sync.
Cheatsheet: Tailwind setup, theming, dark mode, RSC class merging, cn helper.
Cheatsheet: next-intl setup, locale routing, translations, dates, plurals.
Cheatsheet: JWT vs DB sessions, route gating, RBAC, refresh, OAuth providers.
Cheatsheet: edge vs node, fetch, Web APIs, geo routing, bundled databases.
Cheatsheet: form upload, presigned S3, multipart, validation.
Cheatsheet: full Next.js production setup with auth, db, validation, tests, CI.