Skip to content

tsnolan23/react-list-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exploration of optimizing list rendering with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published