Newsletters

Authorization in Next.js

March 30, 2025

In this issue, explore authorization in Next.js with Robin, dive into React's View Transition API with Maxi, and uncover React's inner workings with Kaan. Plus, learn key insights on Next.js governance from Eduardo and internationalization tips from Mensur.

SSR Deep Dive for React Developers

March 23, 2025

In this issue, explore server-side rendering in React, common architecture of React libraries, live data updates with TanStack, URL-based state management, and a shift from Next.js to TanStack. Dive in for insights.

A Guide to Performance Optimization with Next.js

March 16, 2025

This issue features insights on optimizing Next.js performance, implementing toast notifications in React, and smarter alternatives to React.memo for better efficiency. Plus, learn about building APIs with Next.js and The NYT's testing library migration.

Signals in React?

March 09, 2025

In this issue, explore the challenges of using signals in React, compare state management tools, and learn about toast feedback in Server Actions. Plus, dive into layout effects and state transitions in React applications.

Functional programming in React

March 02, 2025

In this issue, explore functional programming in React, optimize data fetching with React 19's cache API, and learn to migrate from Create React App to Vite. Plus, discover ways to improve INP metrics in Next.js applications.

Sunsetting Create React App

February 23, 2025

This issue covers key updates in the React ecosystem, including the deprecation of Create React App in favor of modern frameworks. Explore new integrations, custom hooks, and practical design tips to enhance your projects.

Why I rebuilt ProseMirror’s renderer in React

February 16, 2025

In this issue, explore Shane Friedman's journey of rebuilding ProseMirror’s renderer in React, upgrade class-based components with Manuel Sánchez, and dive into the inner workings of React Router with Tiger Abrodi. Don't miss tips on streaming data with React Server Components and adding loading delays for better UX.

The Most Common React Design Patterns

February 09, 2025

In this issue, explore essential React design patterns, dynamic stylesheet loading, and building a library with React Context. Plus, learn about persisting form data and the Single Responsibility Principle for cleaner, maintainable components.

Why are React Server Components beneficial?

February 02, 2025

In this issue, explore the benefits of React Server Components, dive into Next.js 14's strengths and challenges, and learn about extensible React components, type-safe Select elements, and scaling WebSockets effectively.

Initial load performance for React developers

January 26, 2025

In this issue, explore the intricacies of React's initial load performance, discover the new View Transitions API, and learn about advancements in server functions and modern web development. Plus, implement streaming in chatbots with LangChain.

Five years of React Native at Shopify

January 20, 2025

In this issue, we explore Shopify's journey with React Native, discover how to split routes in React Router, learn accessibility essentials for developers, reduce code bloat with component hooks, and dive into React's new experimental animations API.

How to avoid issues with custom Hooks

January 12, 2025

In this issue, explore how to avoid pitfalls with custom Hooks in React, delve into React's render cycle, and learn about Next.js's caching improvements. Discover the benefits of Server Components and master React Router 7.

Instance Hook Pattern

January 05, 2025

Kick off the year with our refreshed newsletter format. Dive into the top 5 must-read links for React developers, covering instance hooks, React Router insights, and more. Let’s elevate your React skills.

(React) Things I Regret Not Knowing Earlier

December 22, 2024

In this final newsletter of 2024, discover key insights on React 19's features, form optimization, and avoiding common pitfalls in development. Enjoy the holiday break, and see you in January. 🎄

Architectures of modern front-end applications

December 15, 2024

In this issue, explore modern front-end architectures, debunk SSR myths, learn to create a 3D terrain renderer with React, and discover a recommended tech stack for 2025. Plus, get insights on React 19 and callback refs.

How To Improve Interaction-to-Next-Paint

December 08, 2024

This issue explores optimizing React applications, including improving INP performance, virtualization for better code rendering, and effective data fetching patterns. Plus, learn about cleaning up unused files and the release of React v19.

A Perfect Modal Dialog

December 01, 2024

This issue delves into essential React concepts, featuring a step-by-step guide to Modal Dialogs, React Islands for legacy projects, and innovative data loading with TanStack Router. Explore architecture strategies and auto-scrolling techniques.

What are React Portals?

November 24, 2024

In this issue, explore React Portals for rendering components outside their parent DOM, understand controlled vs. uncontrolled components, and learn to build a Pomodoro app. Plus, discover tips for using useSyncExternalStore effectively.

React is a programming language

November 17, 2024

In this issue, dive into React's quirks with refs in Server Components, explore Next.js 15 setup for production, and uncover styling strategies. Plus, learn about inline event handlers and mastering FormData in React.

Two ways to the two Reacts

November 10, 2024

In this issue, explore two paths to full-stack React with Next.js App Router and TanStack, build a public holidays app, and learn about React Query API design and container queries, plus tips for managing form resets with Server Actions.