React¶
Component Libraries¶
Rendering¶
- Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior
- When Does React Render Your Component?
- Mark Erikson: Hooks, HOCS, and Tradeoffs [Video]
- A Guide to React Rendering [Video]
- Before You Use Memo
- The mystery of React Element, children, parents and re-renders
- Inside Fiber: an in-depth overview of the new reconciliation algorithm in React
- React recursively re-renders child components, but there is a nuance
- A Visual Guide to React Rendering - Cheat Sheet