Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 310 Bytes

This is a test application to show some problems with lists rendered in React and wrong keys. All three examples of keys are wrong.

How to run

# Install
npm ci

# Run
npm start

Go to http://localhost:8080/

All relevant code is in src/. WHen it is updated, it is automatically reloaded.