Nextradar
Archive

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

▶️ Videos

Build a Video Course Platform

Hamed Bahram

Multi-Tenant SaaS Architecture (Next.js Auth)

ByteGrad

Nextjs Feature Flagging Made Easy

Jack Herrington

You’re leaking data with Server Actions in Next.js (accidentally)

Ankita Kulkarni

Nextjs Forms Crash Course

James Q Quick

📄Articles

Introducing the Vercel Marketplace

Vercel’s first Marketplace with support for three new database options.

Hedi Zandikarimi & Tom OcchinoVisit

Supabase + Vercel Partnership

This makes it a lot easier to launch Postgres databases from Vercel with full support for Vercel Templates and integrated billing.

Kamil Ogórek & Jonny Summers-MuirVisit

Next.js Serverless Functions vs Durable Functions

Next.js makes using Serverless Functions easy for developers, but running code on a schedule or over a long time span requires managing queues, state, or handling the recovery from external failures. A Durable Function helps with such code, powering core features such as integrations, email scheduling, or AI workflows.

Charly PolyVisit

React is (becoming) a Full-Stack Framework

Next.js, a leading meta-framework for React, spearheaded the implementation of Server Components and Server Actions. Although Next.js already supported server-side rendering (SSR) before, Server Components and Server Actions now empower developers to access server-side resources such as databases and message queues.

Robin WieruchVisit

Protecting your app (and wallet) against malicious traffic

Let's explore how to block traffic with the Firewall, set up soft and hard spend limits, apply code-level optimizations, and more to protect your app against bad actors.

Lee Robinson - VercelVisit