TIL

Today I Learned — short, focused write-ups, usually under 300 words.

Next.js1 min read

Route Handlers can return a plain Response, not just NextResponse

TIL you don't need NextResponse for a simple Route Handler — a standard Web API Response works fine, which matters for things like hand-rolled RSS/XML endpoints.

#Next.js
© 2026 Sabin Shrestha