VOOZH about

URL: https://blog.logrocket.com/tag/nextjs/

⇱ nextjs Archives - LogRocket Blog


Tag: nextjs

Stop hardcoding LLM SDKs: Dynamic LLM routing with OpenRouter and Next.js

Dev

Build dynamic LLM routing in Next.js with OpenRouter, TanStack AI, task classification, model fallbacks, and cost-aware routing.

πŸ‘ Image
Chizaram Ken
Jun 16, 2026 β‹… 13 min read

Using Next.js security headers to strengthen app security

Dev

Using security headers in your Next.js apps is a highly effective way to secure websites from common security threats.

πŸ‘ Image
Kingsley Ubah
May 4, 2026 β‹… 11 min read

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.

πŸ‘ Image
Ikeh Akinyemi
Apr 20, 2026 β‹… 14 min read

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.

πŸ‘ Image
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.

πŸ‘ Image
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.

πŸ‘ Image
Elijah Asaolu
Mar 31, 2026 β‹… 5 min read

Remix vs. Next.js vs. SvelteKit

Dev

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

πŸ‘ Image
Alex Merced
Feb 4, 2026 β‹… 8 min read

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.

πŸ‘ Image
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.

πŸ‘ Image
Jude Miracle
Jan 14, 2026 β‹… 9 min read

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.

πŸ‘ Image
Ivan Vlatkovic
Dec 19, 2025 β‹… 13 min read

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.

πŸ‘ Image
Elijah Asaolu
Nov 17, 2025 β‹… 9 min read

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.

πŸ‘ Image
Emmanuel John
Nov 3, 2025 β‹… 9 min read