Nextradar
Archive

The top articles and videos from the Next.js community in JULY 2024.

▶️ Videos

The Story of Next.js

uidotdev

Build a Next.js E-Commerce Site

ByteGrad

Using React 19 with Vite & Next.js

Vercel

Protect your app the professional way

ByteGrad

Rate Limiting in NextJs with Middleware

Hamed Bahram

Caching in NextJs ft Delba Oliveira from Vercel

Hamed Bahram

Nextjs 'use server' Trap (Accidentally Leaking Data)

Jolly Coding

📄Articles

Flags as code in Next.js

Exploring the usage of feature flags in Next.js with Vercel's Flags SDK.

Dominik Ferber - Founder of HappykitVisit

Faire’s transition to NextJS

How Faire navigated the migration from a mature single-page application to the server-side NextJS framework

Luke Bjerring - Senior Staff Engineer at FaireVisit

How to choose the best rendering strategy for your app

Optimizing performance in the way you deliver code.

Alice Alexandra Moore - VercelVisit

Data Fetching with Server Actions in Next.js

While I am excited about Server Components and their ability to execute code on the server, I am not convinced (yet) by the story of data fetching in Client Components (without Server Actions).

Robin WieruchVisit

React.js vs. Next.js: Which Framework is Better, and When?

Next.js builds on React's legacy and takes it to new horizons.

Rollbar Editorial TeamVisit

Production Checklist

Before taking your Next.js application to production, there are some optimizations and patterns you should consider implementing for the best user experience, performance, and security.

VercelVisit

Introducing Spend Management

Serverless infrastructure can instantly and infinitely scale. While powerful, this has had tradeoffs. An unforced error or traffic spike could cause an unexpected bill.

Lee Robinson - VercelVisit

Guide to fast websites with Nextjs

Tips for maximizing server speeds and minimizing client burden

Seif Ghezala - TinloofVisit

Next Server Theme

New theming lib for Next with no rehydration

Reddit - r/nextjsVisit

New utilities to work with Vercel Functions

Learn about available APIs when working with Vercel Functions.

Kiko Beats - VercelVisit

SECRET KNOWLEDGE TO SELF-HOST NEXT.JS

'Self-hosting' Next.js is commonly used to describe hosting it anywhere besides Vercel. In reality, it’s all just hosting, but whatever.

Brandon Bayer - FlightcontrolVisit

5 Misconceptions about React Server Components

Server Components run only on the server and have zero impact on bundle-size.

Vishwas Gopinath - Builder.ioVisit

How to Leverage Next.js Middleware Matcher

Middleware allows developers to execute custom logic before a request is completed, enabling them to modify the response by rewriting, redirecting, or even responding directly.

Ankit Virani - DhiWiseVisit

Understanding Nextjs cache management

To better understand caching, I should start by explaining that Next.js uses 4 different caches (Router cache, Full Route cache, Request Memoization cache, and Data cache). These are divided into 1 at the client level and 3 at the server level, as shown in the image.

DuneDev - dev.toVisit

Understanding Vercel Functions

Vercel Functions run code in response to user traffic without the need to manage your own infrastructure, provision servers, or manage hardware.

Lee Robinson - VercelVisit

Security advice for self-hosting Next.js in Docker

Learn how to improve the security of your self-hosted Next.js applications. This guide covers Docker container image best practices, secret management, vulnerability mitigation, and more, so your Next.js projects are better protected from threats.

David Mytton - CEO of ArcjetVisit