Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 747 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 747 Bytes

React List Optimizations

This repository explores rendering optimizations when mapping over data to create a list. It utilizes React hooks to ensure only the list items that actually changed are re-rendered.

The effect of the optimization can be seen by tracking the highlighted updates using React Dev Tools.

Local Setup

  1. Clone this repository with git clone https://github.com/tsnolan23/react-list-optimization.git
  2. Change into the directory with cd react-list-optimization
  3. Install dependencies with yarn install
  4. Start it up with yarn start

Screen Shot 2019-05-22 at 8 52 54 PM