Tag: nextjs

I tested every major auth library for Next.js in 2026 Here’s what you should use

I tested every major auth library for Next.js in 2026: Here’s what you should use

Dev

Test out Auth.js, Clerk, WorkOS, and Better Auth in Next.js 16 to see which auth library fits your app in 2026.

Ikeh Akinyemi
Apr 20, 2026 ⋅ 14 min read
When to move API logic out of Next.js

When to move API logic out of Next.js

Dev

When should you move API logic out of Next.js? Learn when Route Handlers stop scaling and how ElysiaJS helps.

Temitope Oyedele
Apr 15, 2026 ⋅ 8 min read

Astro vs Next.js: When SSG beats React for content sites

Dev

A side-by-side look at Astro and Next.js for content-heavy sites, breaking down performance, JavaScript payload, and when each framework actually makes sense.

Muhammed Ali
Apr 13, 2026 ⋅ 8 min read

vinext explained: Cloudflare’s Vite-based Next.js replacement

Dev

Learn what vinext is, how Cloudflare rebuilt Next.js on Vite, and whether this experimental framework is worth watching.

Elijah Asaolu
Mar 31, 2026 ⋅ 5 min read
React Svelte Next JS

Remix vs. Next.js vs. SvelteKit

Dev

Compare key features of popular meta-frameworks Remix, Next.js, and SvelteKit, from project setup to styling.

Alex Merced
Feb 4, 2026 ⋅ 8 min read
Cache components in Next.js: Faster pages with partial pre-rendering

Cache components in Next.js: Faster pages with partial pre-rendering

Dev

Cache components change how rendering decisions are made in Next.js, allowing static and dynamic UI to coexist on the same page without blocking the initial render.

Temitope Oyedele
Jan 30, 2026 ⋅ 8 min read

Build a Next.js 16 PWA with true offline support

Dev

Learn how to build a Next.js 16 Progressive Web App with true offline support, using IndexedDB, service workers, and sync logic to keep your app usable without a network.

Jude Miracle
Jan 14, 2026 ⋅ 9 min read
complete guide to internationalization next js

The complete guide to internationalization in Next.js

Dev

Learn how to internationalize Next.js apps with Lingui and next-intl, covering App Router, RSC, routing, locale detection, and dynamic language switching.

Ivan Vlatkovic
Dec 19, 2025 ⋅ 13 min read
Real-Time AI In Next.js How To Stream Responses With The Vercel AI SDK

Real-time AI in Next.js: How to stream responses with the Vercel AI SDK

Dev

Streaming AI responses is one of the easiest ways to improve UX. Here’s how to implement it in a Next.js app using the Vercel AI SDK—typing effect, reasoning, and all.

Elijah Asaolu
Nov 17, 2025 ⋅ 9 min read
vercel ai elements featured image

How I built an AI productivity assistant with Vercel AI Elements

Dev

Build an AI assistant with Vercel AI Elements, which provides pre-built React components specifically designed for AI applications.

Emmanuel John
Nov 3, 2025 ⋅ 9 min read
next js 16 is here

Next.js 16: What’s new, and what it means for frontend devs

Dev

Learn about the new features in the Next.js 16 release: why they matter, how they impact your workflow, and how to start using them.

Abiola Farounbi
Oct 29, 2025 ⋅ 5 min read
Is Next.js Still Developer-Friendly?

Is Next.js still developer-friendly?

Dev

The question isn’t whether Next.js is good or bad; it’s whether the productivity gains are worth the complexity tax.

Chizaram Ken
Aug 20, 2025 ⋅ 5 min read