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

#422 – September 03, 2023

An explainer detailing when React re-renders our components

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

An explainer detailing when React re-renders our components, how to avoid unnecessary re-renders and when do we need to worry about the unnecessary re-renders.

Should developers tackle the ever-escalating risk of fraud? Join the webinar! | sponsor (sponsor)

The battle against bot attacks and fraudsters is intensifying -time to gain an advantage. In this webinar, Fingerprint CEO Dan Pinto uncovers the secrets of device identification and outlines the irreplaceable role that engineers play in solving fraud. Find out how developers can thwart fraudsters by building a ‘web’ of user behavior using high-accuracy device IDs.

Server-side Rendering from Scratch

How can we ensure a good user experience sharing this link through the web? I would like to display the QR code related to that charge and, when sending it anywhere on the web, it should display the OGs and metatags related to that HTML page.

A tool to update app sourcemaps with the original code of ReactDOM's production builds

React has never shipped sourcemaps for any of its production build artifacts. This makes it impossible to meaningfully debug errors inside of React in production. React's source code is already hard to understand in its original form - trying figure out what's happening when all you have is single-character variable names and no comments is impossible.

Best library for Form Handling

We are going to use some libraries like formik, yup, tailwindcss to achieve form handling.

Hooks: A Quick Guide

In this blog post, we'll dive into the world of React Hooks, understand their purpose, and learn how to use them with real-life examples. So, let's get hooked on Hooks!

The Minimalist React Framework With Server Components

Waku is a React framework that supports React Server Components (RSCs), a new feature that will be available in a future version of React. RSCs allow developers to render UI components on the server, improving performance and enabling server-side features. To use RSCs, a framework is necessary for bundling, optionally server, router and so on.

Starlight: Build documentation sites with Astro

Starlight helps you build beautiful, high-performance documentation websites with Astro.

newsletters