Newsletters

The underlying mechanisms of React’s concurrent mode

August 27, 2023

In this issue, explore React's concurrent mode and its transitions, learn about the useGlobalState hook for sharing state, and dive into effective state management strategies. Plus, discover the role of props in React components.

Fantastic closures and how to find them in React

August 20, 2023

Dive into this issue exploring closures in React, the transformative benefits of React Suspense, building a two-way data binding hook, A11y-Driven Development, and simplifying Server Actions in Next.js. Enhance your coding journey.

Things you forgot (or never knew) because of React

August 13, 2023

This issue explores the evolving frontend landscape beyond React, delves into building universal design systems, and offers tutorials on TypeScript, time travel debugging with Immer, and underrated hooks.

Understanding React Server Components

August 06, 2023

This issue dives into React Server Components, exploring performance enhancements, migration insights, and testing libraries. Discover strategies to optimize your apps and streamline component design.

Upgrading an Ancient React Application

July 30, 2023

This issue explores the journey of upgrading an ancient React app, the importance of immutability in JavaScript, and a comparison of popular React form libraries. Plus, learn about combining React Query with Context and embedding tweets efficiently.

How React 18 Improves Application Performance

July 23, 2023

Discover how React 18 enhances app performance with concurrent features, learn to build an effective routing layer, and explore state management with optics. Plus, tips for unit testing and comparing animation performance.

The Power of Mocking in Unit Tests

July 17, 2023

In this issue, explore essential tips for effective unit testing, a beginner's guide to React, scalable state management with Optics, the power of React Server Components, and versatile component design through polymorphism.

React Performance & Optimization

July 09, 2023

In this issue, explore React performance optimization techniques, learn to avoid UI flashes with a custom hook, and dive into best practices for SVGs and React forms. Plus, hear perspectives on React Server Components.

Learn to build unique charts with React

July 02, 2023

In this issue, explore building unique charts with React and D3.js, utilize live regions for dynamic content updates, and test your React hooks effectively with Vitest. Plus, enhance your apps with multi-language support and discover Next.js image optimization.

React Best Practices and Optimization Techniques

June 25, 2023

In this issue, dive into React best practices for clean code, explore advanced toggles with useMutation, discover the evolving React ecosystem, and learn about CSS-in-JS and Teleportation techniques for better UI design.

Million.js

June 18, 2023

This issue features a deep dive into Million.js for performance gains in React, a guide to building a customer support app with Next.js, and insights on React Query and animation libraries. Plus, learn to create tilt effects in React.

Isomorphic Development

June 11, 2023

In this issue, we explore the complexities of isomorphic development, dive into React Server Components, and review GitHub repositories for learning modern React. Plus, we discuss ESLint, React's evolution, and thoughts on frameworks for beginners.

JWT Authentication in React with react-router

June 04, 2023

In this issue, discover JWT authentication with React and react-router, celebrate a decade of React, explore the MouseTracker component, dive into React unit testing, and learn about the evolution of React APIs.

Understanding React Concurrency

May 28, 2023

This issue dives into React's new Concurrency feature, effective state management in SPAs, simplifying React Router tests, identifying JavaScript performance bottlenecks, and when to reconsider using React Query.

Patterns from Other Languages to Enhance Your Frontend Projects

May 21, 2023

In this issue, explore frontend enhancements inspired by various programming languages, dive into React Server Components, learn about a modern spotlight effect, and discover the role of the Virtual DOM in performance optimization.

React reconciliation: how it works and why should we care

May 14, 2023

This issue dives into React's reconciliation process, explores Redux Toolkit with TypeScript, and shares insights on using `useRef` and `useState`. Plus, learn to safely hide API keys and leverage React Aria Components for accessibility.

What Are React Server Components

May 07, 2023

This issue dives into React Server Components, the power of Testing Library with ARIA roles, and practical tips for using useContext. Plus, explore animated gradients and micro frontends in React.

The Interactive Guide to Rendering in React

April 30, 2023

In this issue, dive into an interactive guide on React rendering, explore a view counter with Server Components, learn about commenting in React, and discover type-safe Tailwind alternatives. Plus, unravel the "const" deception in JavaScript.

Say no to flickering UI

April 23, 2023

In this issue, explore the nuances of React performance with useLayoutEffect, master advanced multistep forms, and dive into integrating React Flow with the Web Audio API, plus more on Higher Order Components.

Build a Multistep Form With React Hook Form

April 16, 2023

In this issue, explore building a multistep form with React, elevate your UI design skills, learn efficient data fetching with SWR in Next.js, and enhance accessibility in React treeview components. Dive into the details.