Home
About
Home
About
Original article © thetwilightcoder.com
Preventing unwanted re-rendering with React.memo
This post explains how redundant re-rendering happens in a React app and how to prevent it by using React.memo.
Created on October 2, 2025.
How to use useCallback and useMemo
This post is about useCallback and useMemo — what they are, how to use them, and how they relate to component re-rendering in React.
Created on October 15, 2025.
The biggest pitfall of React Context - Unwanted re-render
This post is about the biggest pitfall of React Context - unwanted re-render
Created on October 26, 2025.
Fixing result overlaps caused by parallel requests using AbortController (ReactJS)
This post shows you the problem of parallel requests and how to cancel the previous one with an AbortController.
Created on October 30, 2025.
Fixing result overlaps caused by parallel requests in Redux
The continuation of the previous post about parallel requests and how to handle them with Redux.
Created on November 1, 2025.