React Digest

Newsletter Image

Messages

9/17/2023
18 : 34

Overcoming application complexity with customized Flows

How you can use them to create smaller, shareable building blocks for your application's logic #424 – September 18, 2023 View in browser React Digest Overcoming application complexity with
9/10/2023
18 : 34

Making Sense of React Server Components

We'll explore this new world, and build an intuition for how it works #423 – September 11, 2023 View in browser React Digest Making Sense of React Server Components This year, the React team
9/3/2023
18 : 24

Why React re-renders & when do we need to worry about it?

An explainer detailing when React re-renders our components #422 – September 04, 2023 View in browser React Digest Why React re-renders & when do we need to worry about it? An explainer detailing
8/27/2023
18 : 34

The underlying mechanisms of React’s concurrent mode

We will heavily make use of the startTransition function from the useTransition hook #421 – August 28, 2023 View in browser React Digest The underlying mechanisms of React's concurrent mode In this
8/20/2023
18 : 24

Fantastic closures and how to find them in React

How they appear, why we need them, what stale closures are, and how to prevent and fix them #420 – August 21, 2023 View in browser React Digest Fantastic closures and how to find them in React Deep
8/14/2023
10 : 45

Things you forgot (or never knew) because of React

you might be surprised to learn just how far the world of frontend has moved away from React #419 – August 14, 2023 View in browser React Digest Things you forgot (or never knew) because of React If
8/6/2023
18 : 54

Understanding React Server Components

React Server Components are changing the fundamental paradigms of React #418 – August 07, 2023 View in browser React Digest Understanding React Server Components React Server Components are changing
7/30/2023
18 : 44

Upgrading an Ancient React Application

Read what it took to bring an early React app into the modern ecosystem. #417 – July 31, 2023 View in browser React Digest Upgrading an Ancient React Application Read what it took to bring an early
7/23/2023
18 : 54

How React 18 Improves Application Performance

Learn how React 18's concurrent features like Transitions, Suspense, and React Server Components improve application performance. #416 – July 24, 2023 View in browser React Digest How React 18
7/17/2023
11 : 44

The Power of Mocking in Unit Tests

Tips for preemptively structuring your code so that it is easy to test #415 – July 17, 2023 View in browser React Digest The Power of Mocking in Unit Tests Testing is often an afterthought when writing
7/9/2023
18 : 34

React Performance & Optimization

Ship fast and performant UIs, a great start to positive UX. #414 – July 10, 2023 View in browser React Digest React Performance & Optimization Ship fast and performant UIs, a great start to
7/2/2023
18 : 34

Learn to build unique charts with React

Based on hundreds (not yet) of graph examples, this gallery guides you through the basic concepts of data visualization #413 – July 03, 2023 View in browser React Digest Learn to build unique charts
6/25/2023
18 : 34

React Best Practices and Optimization Techniques

We will explore various techniques and strategies to write clean and efficient code #412 – June 26, 2023 View in browser React Digest React Best Practices and Optimization Techniques In this part, we
6/20/2023
5 : 25

Million.js

The 70% faster virtual DOM replacement for React #411 – June 19, 2023 View in browser React Digest Million.js The Virtual DOM Replacement for React. Gain big performance wins for UI and data heavy
6/12/2023
2 : 2

Isomorphic Development

It isn't as easy as they say. #410 – June 12, 2023 View in browser React Digest Isomorphic Development Fullstack development, or rather isomorphic development, isn't as easy as they say. The
6/4/2023
18 : 44

JWT Authentication in React with react-router

Explore the seamless integration of JWT authentication with React and react-router #409 – June 05, 2023 View in browser React Digest JWT Authentication in React with react-router In this blog post, we
5/28/2023
18 : 47

Understanding React Concurrency

React v18.0 has broken ground by introducing a long-awaited feature #408 – May 29, 2023 View in browser React Digest Understanding React Concurrency React v18.0 has broken ground by introducing a long-
5/21/2023
19 : 54

Patterns from Other Languages to Enhance Your Frontend Projects

How I've applied principles from 12 years of programming across various languages #407 – May 22, 2023 View in browser React Digest Patterns from Other Languages and Frameworks to Enhance Your
5/14/2023
20 : 34

React reconciliation: how it works and why should we care

Explore in the process quirks of conditional rendering #406 – May 15, 2023 View in browser React Digest React reconciliation: how it works and why should we care Looking in detail into how React
5/7/2023
20 : 55

What Are React Server Components

React Server Components blur the line between client rendered and server rendered applications #405 – May 08, 2023 View in browser React Digest What Even Are React Server Components React Server