DEV Community

Next.js

Next.js gives you hybrid static and server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Rate Limiting in the Next.js App Router: Field Notes on Middleware, Redis, and the Server Action That Looks Like Every Other POST

Rate Limiting in the Next.js App Router: Field Notes on Middleware, Redis, and the Server Action That Looks Like Every Other POST

Comments
9 min read
Next.js 16.3's Memory Claim Didn't Hold Up on My App. Its TypeScript Claim Cut My Build by Two Thirds.

Next.js 16.3's Memory Claim Didn't Hold Up on My App. Its TypeScript Claim Cut My Build by Two Thirds.

Comments
10 min read
Native Modals: Parallel & Intercepted Routes in Next.js 🔀

Native Modals: Parallel & Intercepted Routes in Next.js 🔀

Comments
5 min read
I built a real-time job board watcher that alerts you the second a matching job goes live

I built a real-time job board watcher that alerts you the second a matching job goes live

Comments
2 min read
Building a Pay-Per-Request Instagram Data API (Next.js + Convex + Clerk)

Building a Pay-Per-Request Instagram Data API (Next.js + Convex + Clerk)

Comments
1 min read
Tattoo data taught me to delete every third-party script — and build analytics from a SQLite table

Tattoo data taught me to delete every third-party script — and build analytics from a SQLite table

Comments
4 min read
D-MO (Data Micro-Optimizer)

D-MO (Data Micro-Optimizer)

Comments
3 min read
How We Optimized Next.js 15 for 70,000+ High-Res 4K Wallpapers (Without Melting the Edge)

How We Optimized Next.js 15 for 70,000+ High-Res 4K Wallpapers (Without Melting the Edge)

Comments
6 min read
Why We Ditched the 70MB AWS SDK for Native Web Crypto in Next.js 15 Edge Routes

Why We Ditched the 70MB AWS SDK for Native Web Crypto in Next.js 15 Edge Routes

Comments
5 min read
Next.js 16 and 16.3, what changed and what to know before upgrading

Next.js 16 and 16.3, what changed and what to know before upgrading

Comments
5 min read
I Got Sick of Ad-Bloated Utility Sites, So I Built an Ad-Free Stair Calculator in Next.js

I Got Sick of Ad-Bloated Utility Sites, So I Built an Ad-Free Stair Calculator in Next.js

Comments
7 min read
Next.js Automatically Dedupes fetch() Calls. Your MongoDB Queries Don't Get That for Free.

Next.js Automatically Dedupes fetch() Calls. Your MongoDB Queries Don't Get That for Free.

Comments
4 min read
Reel-Quick: Robustness revisited

Reel-Quick: Robustness revisited

1
Comments
4 min read
Unblocking the UI: Web Workers in Next.js ⚡

Unblocking the UI: Web Workers in Next.js ⚡

Comments
5 min read
Building a Simple Instagram Video Downloader with Next.js