Skip to content

A demonstration of what triggers React to re-render and what can be done to optimise re-renders if desired

Notifications You must be signed in to change notification settings

ztolley/react-render-optimisation

Repository files navigation

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

About

A demonstration of what triggers React to re-render and what can be done to optimise re-renders if desired

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published