Newsletters

Little React Things: Less reacting, more deriving

January 22, 2023

In this issue, explore how to enhance your React apps by reducing unnecessary reactions, speed up Jest test suites, manage modals, and leverage i18next for localization. Plus, discover console tricks and async React with NextJS 13.

A cure for useState hell

January 15, 2023

This issue dives into advanced React concepts with insights on useReducer, custom hooks, and function composition. Plus, explore unit testing with Jest and mastering data binding in forms. Elevate your React skills.

How to debounce and throttle in React without losing your mind

January 08, 2023

We're back with a meaty issue full of React insights. Dive into debouncing and throttling, mastering useState, optimizing performance, and more. Don't miss our take on the latest best practices and a thought-provoking piece on React Hooks.

Avoid These Common Pitfalls Of React useState

December 18, 2022

In this issue, dive into React's useState pitfalls, explore visx for stunning visualizations, learn about Material UI's CrossFade, and discover the importance of React Strict Mode. Happy holidays. 🎄

Inside React Query

December 11, 2022

In this issue, we dive into React Query's internals, explore the Children Prop Pattern, and learn about path matching in React Router. Plus, discover React best practices and a tutorial on zero-runtime stylesheets.

Is React going anywhere?

December 04, 2022

In this issue, we explore React's future and its alternatives, dive into CSS Variables for dynamic theming, and provide guides on Google sign-in and type-safe conditional rendering. Plus, a comparison of React and React Native.

Data Structures In Frontend JavaScript In The Real World

November 27, 2022

This issue dives into essential topics for frontend developers: mastering data structures in JavaScript, sibling component state updates, and building an elegant to-do list with React Native. Plus, tips on testing and optimizing React performance.

How to Manage State in React

November 20, 2022

This issue explores essential React topics, including state management, transitioning to TypeScript, and building a real-time bidding app with Socket.io. Plus, we discuss refactoring strategies and the use of useReducer vs. XState.

A love letter to React

November 14, 2022

In this issue, we celebrate React's revolutionary impact on web development. Explore data fetching with Promises, creating forms with a schema-first approach, and utilizing Particles with React Three Fiber. Plus, learn about hexagonal architecture for robust apps.

Build responsive Figma-to-React components with almost no code

November 06, 2022

In this issue, explore Figma-to-React components with ease, enhance security with two-factor authentication in React apps, create a nested dropdown for Material UI, sync data types in TypeScript projects, and dive into 3D graphics in React.

We Improved React Loading Times by 70% with Next.js

October 30, 2022

In this issue, discover how to boost React loading times by 70% with Next.js, master data mutation in React apps, and explore Next.js 13's new features like layouts and React Server Components. Don't miss insights on seeding query caches and Turbopack improvements.

Building a chat app with Socket.io and React Native 🤯

October 23, 2022

In this issue, explore building a chat app with Socket.io and React Native, dive into lessons learned from using Recoil.js, and discover how to create a React Select. Plus, learn about the new `use` hook and using Google Sheets as a database.

RFC: First class support for promises and async/await

October 16, 2022

In this issue, explore key insights on data binding in React, the future of rendering with React 18, and effective data fetching techniques. Plus, learn about semantic HTML and promise support in React.

Guide to React Rendering Behavior Updated to cover React 18

October 09, 2022

This issue features insightful resources on React, including a comprehensive guide on rendering behavior in React 18, React Query for efficient data fetching, and tips on building your own state management library.

Get in Zoomer, We're Saving React

October 02, 2022

This week’s issue dives into the evolving landscape of JavaScript frameworks and React, tackling topics like hooks, building accessible components, and essential JavaScript concepts for React. Don't miss out.

React I Love You, But You're Bringing Me Down

September 25, 2022

In this issue, explore vital React insights, from essential debugging tips in VS Code to mastering form validation and state management. Plus, discover a powerful Pivot Grid component for your projects.

Why Every React Developer Should Learn Function Composition

September 18, 2022

This issue explores essential React concepts, including function composition and memoization with React.memo(). We also share frontend refactoring techniques and a surprising bug related to controlled components.

useSyncExternalStore - The underrated React API

September 11, 2022

In this issue, explore the underrated useSyncExternalStore API, discover Preact Signals for fast state management, learn about Gatsby's data layer for efficient builds, and tackle common useState mistakes in React. Plus, check out the latest Next.js updates.

Understanding useMemo and useCallback

September 04, 2022

In this issue, we explore essential React hooks like useMemo and useCallback, dive into the power of React Contexts, and tackle common challenges with useState and Effect dependencies. Enhance your React skills.

Advanced React component composition

August 28, 2022

This issue covers advanced React topics, from component composition and breaking down components to mastering forms without libraries. Plus, enhance user engagement with browser notifications in your chat app.