<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Next.js Cheatsheets on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/cheatsheets/nextjs/</link>
    <description>Recent content in Next.js Cheatsheets on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <atom:link href="https://blog.rajpoot.dev/cheatsheets/nextjs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Next.js Cheatsheet 01 — Next.js Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/01-basics-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 06:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/01-basics-cheatsheet/</guid>
      <description>Next.js basics cheatsheet — App Router, pages, layouts, navigation.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 02 — App Router Routing</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/02-routing-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/02-routing-cheatsheet/</guid>
      <description>Next.js App Router routing — dynamic, catch-all, route groups, parallel routes.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 03 — Data Fetching and Caching</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/03-data-fetching-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/03-data-fetching-cheatsheet/</guid>
      <description>Next.js data fetching — fetch caching, revalidation, parallel fetches.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 04 — Server Actions</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/04-server-actions-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/04-server-actions-cheatsheet/</guid>
      <description>Next.js server actions cheatsheet — forms, mutations, revalidation.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 05 — Middleware</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/05-middleware-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 06:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/05-middleware-cheatsheet/</guid>
      <description>Next.js middleware cheatsheet — auth, redirects, rewrites, headers.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 06 — Authentication</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/06-auth-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/06-auth-cheatsheet/</guid>
      <description>Next.js auth cheatsheet — Auth.js, sessions, middleware-based gates.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 07 — Forms with Server Actions</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/07-forms-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/07-forms-cheatsheet/</guid>
      <description>Next.js forms cheatsheet — server actions, Zod validation, RHF integration.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 08 — Route Handlers (API)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/08-route-handlers-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/08-route-handlers-cheatsheet/</guid>
      <description>Next.js route handlers — REST API with App Router, NextResponse, dynamic.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 09 — Caching Deep Dive</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/09-caching-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/09-caching-cheatsheet/</guid>
      <description>Next.js caching cheatsheet — fetch cache, router cache, full route cache, data cache.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 10 — Images and Fonts</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/10-images-fonts-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/10-images-fonts-cheatsheet/</guid>
      <description>Next.js images and fonts — next/image, next/font, optimization, responsive.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 11 — Metadata and SEO</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/11-metadata-seo-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/11-metadata-seo-cheatsheet/</guid>
      <description>Next.js metadata and SEO — title, OG, sitemap, robots, structured data.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 12 — Deployment (Vercel and self-host)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/12-deployment-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/12-deployment-cheatsheet/</guid>
      <description>Next.js deployment cheatsheet — Vercel, Docker, self-host, standalone.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 13 — Streaming and Suspense</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/13-streaming-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/13-streaming-cheatsheet/</guid>
      <description>Next.js streaming cheatsheet — Suspense boundaries, loading.tsx, parallel.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 14 — TanStack Query &#43; RSC</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/14-tanstack-query-rsc-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/14-tanstack-query-rsc-cheatsheet/</guid>
      <description>TanStack Query &#43; RSC cheatsheet — hydration, prefetching, mutations.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 15 — Tailwind in Next.js</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/15-tailwind-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/15-tailwind-cheatsheet/</guid>
      <description>Tailwind in Next.js — setup, dark mode, fonts, RSC, shadcn integration.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 16 — Internationalization (i18n)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/16-i18n-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/16-i18n-cheatsheet/</guid>
      <description>Next.js i18n cheatsheet — next-intl, routing, translations, plurals.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 17 — Authentication Patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/17-auth-patterns-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 08:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/17-auth-patterns-cheatsheet/</guid>
      <description>Next.js auth patterns — session strategies, route protection, RBAC.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 18 — Edge Runtime</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/18-edge-runtime-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 08:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/18-edge-runtime-cheatsheet/</guid>
      <description>Next.js edge runtime cheatsheet — when to use, limitations, common patterns.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 19 — File Uploads</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/19-uploads-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/19-uploads-cheatsheet/</guid>
      <description>Next.js file upload cheatsheet — direct, presigned URLs, S3, R2.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 20 — Modern Next.js Project Setup</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/20-project-setup-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 09:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/20-project-setup-cheatsheet/</guid>
      <description>Modern Next.js project setup — App Router, Tailwind, Auth.js, Prisma, tests.</description>
    </item>
  </channel>
</rss>
