Newsletters

Need for Speed

June 16, 2024

In this issue, enhance your React testing speed, fortify your Next.js security, create reusable form components with useFormStatus, and build a Kanban-style to-do list. Plus, learn about Codemod's partnership with the React team.

How to Create a Modal in React with HTML Dialog

June 09, 2024

In this issue, discover how to create a modal in React using the HTML Dialog element, implement interactive dropdown menus, and spot memory leaks in React Query. Plus, explore best practices and the benefits of RTK Query.

Sneaky React Memory Leaks

June 02, 2024

In this issue, explore React challenges like memory leaks with useCallback, optimize data management using Server Components and react-query, and learn module mocking in Storybook. Plus, build a notes app with React Query.

React Compiler

May 27, 2024

In this issue, discover how the React Compiler optimizes application performance, explore the impact of Styled Components on server response times, and learn about composition in React development. Plus, insights on integrating the React Compiler with React 18.

Data Fetching Patterns in Single-Page Applications

May 19, 2024

In this issue, explore key data fetching patterns for single-page applications, build your own React in 400 lines, and discover the benefits of React Query. Plus, learn about Bulletproof React architecture and optimize UI with useDeferredValue.

The Forensics Of React Server Components

May 12, 2024

In this issue, explore the intricacies of React Server Components with Lazar Nikolov, dive into rendering behavior with Mark Erikson, and learn about the implications of React Strict Mode and patching globals.

API Layer & Fetch Functions

May 05, 2024

In this issue, explore key insights on React architecture with API layers, get the scoop on React 19 Beta features, learn to build an image magnifier component, and dive into TypeScript refs. Plus, create a fun memory game.

Get your codebase ready for React 19

April 28, 2024

In this issue, gear up for React 19 with insights on upcoming changes, explore building an interactive 3D event badge, improve INP in React and Next.js, and discover a framework that visualizes your full-stack app.

How to Style a React Application

April 21, 2024

This issue dives into styling React applications, optimizing Jest execution times, and exploring CSS in React Server Components. Plus, discover how Zustand and React Context can work together, and what's new in Next.js 14.2.

State machines in React

April 14, 2024

This issue dives into state machines in React for intuitive wizards, explores the backstory of React, highlights new Flow features, and covers building a navbar. Plus, discover React Server Components in a nutshell.

How does useOptimistic() work internally in React?

April 07, 2024

In this issue, explore the inner workings of useOptimistic() in React, essential hooks for frontend devs, and authentication in Next.js. Plus, discover key VSCode snippets for React and a bonus on Bun 1.1.

Flaky Tests In React: Detection, Prevention and Tools

April 01, 2024

In this issue, explore solutions for flaky tests in React, avoid pitfalls with useEffect, understand layouts, optimize with React.memo(), and discover the benefits of partial prerendering with Bun. Enhance your coding skills.

How Next.js breaks React Fundamentals

March 24, 2024

This issue dives into React fundamentals, exploring Next.js performance, types of composition, the React compiler's type system, and tips for writing scalable code. Enhance your React skills with these essential insights.

Best Practices for Writing React Tests

March 17, 2024

In this issue, discover best practices for testing with React Testing Library, enhance forms using Server Actions, explore frontend frameworks, create animations with React Spring, and simplify the Strategy pattern in React projects.

Write your own typesafe React router in 500 lines

March 10, 2024

In this issue, explore a type-safe React router, the benefits of react-strict-dom, and best practices for cookies and sessions in React. Plus, discover how to safely use dangerouslySetInnerHTML. Happy reading.

React Server Components Breaking Builds to Win Tomorrow

March 03, 2024

In this issue, explore the future of React with Server Components, learn about avoiding anti-patterns in component design, and get essential performance tips for React Native. Plus, dive into compiler theory and a bold perspective on React's challenges.

React 19 will be compiled

February 25, 2024

In this issue, we delve into React 19's compilation, hydration mismatches, and the distinction between controlled and uncontrolled components. Plus, explore React trends for 2024 and practical uses for the Intersection Observer.

How to Center a Div

February 18, 2024

In this issue, explore the art of centering elements in CSS, enhance code readability and performance, create interactive visualizations with D3.js and React, secure your routes, and follow a roadmap to becoming a Senior Frontend Developer.

A Better Guide to Forms in React

February 11, 2024

This issue dives into mastering forms in React, comparing Remix and Next.js, handling clicks effectively, and optimizing DOM size for better performance. Enhance your React skills with these essential insights.

Shining a light on Caustics

February 04, 2024

In this issue, dive into building caustic light effects with shaders, explore the Intersection Observer for smooth animations, and discover insights on Qwik as a React alternative. Plus, tips on Next.js migration and using forwardRef with generics.