Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 406 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 406 Bytes

Render Optimisation

This experiment investigates using memoized components, useMemo and context to reduce the number of renders that occur in a React component.

The code builds a page that displays multiple components and describes how each component it affected by parent state, re-renders and context state change.

The site can the viewed Here