Tag: nextjs

Comparison between TanStack Start and Next.js — two modern full-stack React frameworks with different architectural approaches.

TanStack Start vs. Next.js: Choosing the right full-stack React framework

Dev

TanStack Start vs. Next.js: both are powerful full-stack React frameworks, but they take fundamentally different approaches to architecture, routing, and developer experience. This guide breaks down their core features from SSR and data fetching to TypeScript support and deployment, to help you choose the right tool for your next React project.

Abiola Farounbi
Jun 12, 2025 ⋅ 8 min read
Vercel-level deployment without Vercel-level prices

Get Vercel-level deployment without Vercel-level prices

Dev

Explore how to build and deploy a Next.js app to Cloudflare Workers to enjoy Vercel-like performance with more flexibility and lower costs.

Elijah Asaolu
Jun 11, 2025 ⋅ 5 min read
Top 5 Next.js alternatives for React developers

Top 5 Next.js alternatives for React developers

Dev

Looking for a Next.js alternative and want to keep using React? Discover the best frameworks to consider and where they shine.

Elijah Asaolu
Jun 10, 2025 ⋅ 9 min read
How To Import SVGs Into Your Next.js Apps

How to import SVGs into your Next.js apps: A 2025 guide

Dev

Learn the best 2025 methods to import SVGs in Next.js 14+, with tips on performance, styling, and App Router integration.

Joseph Mawa
Jun 2, 2025 ⋅ 9 min read
A crash course in Next.js middleware

A crash course in Next.js middleware

Dev

Learn the ins and outs of Next.js middleware, which allows you to perform actions before a request is completed and modify the response accordingly.

Temitope Oyedele
May 23, 2025 ⋅ 9 min read
Understanding Next.js Middleware Vulnerability

Understanding Next.js’s middleware vulnerability

Dev

A critical auth bypass vulnerability in Next.js lets attackers skip middleware checks by faking the x-middleware-subrequest header.

David Omotayo
May 21, 2025 ⋅ 6 min read
is OpenNext really the key to Next.js portability

Is OpenNext really the key to Next.js portability?

Dev

There’s been major controversy surrounding Next.js’s openness. Discover how OpenNext is addressing the bubbling issue of Next.js portability.

Elijah Asaolu
Apr 30, 2025 ⋅ 5 min read
next js environmental variables

How to configure Next.js environmental variables

Dev

Learn how to manage environment variables in Next.js, which influence how an application behaves in different contexts and environments.

Joseph Mawa
Apr 25, 2025 ⋅ 9 min read
how to use the Next.js Image component to optimize images

How to use the Next.js Image component to optimize images

Dev

Explore automatic image optimization using Next Image, the built-in image optimization solution for Next.js.

Adebiyi Adedotun
Apr 23, 2025 ⋅ 7 min read
next js link component

How to use the Next.js Link component to optimize navigation

Dev

With features like automatic prefetching and seamless integration with dynamic routing, Link helps you create a fast and responsive web application.

Chimezie Innocent
Mar 31, 2025 ⋅ 5 min read
Using CORS In Next.js To Handle Cross-Origin Requests

Using CORS in Next.js to handle cross-origin requests

Dev

Explore the most critical CORS headers and how to configure them in Next.js, as well as how to handle common CORS in Next.js errors.

Antonello Zanini
Dec 24, 2024 ⋅ 10 min read
Next.js Vs. React: The Developer Experience

Next.js vs. React: The developer experience

Dev

Explore the developer experience for Next.js vs. React and how recent releases have affected them, including Next.js 13 and React 18.

Andrew Evans
Dec 3, 2024 ⋅ 25 min read