This is a demo for the Optimizing React article from the Evil Martians blog.
There are two subfolders inside src
folder: before
uses standard components, after
uses PureComponent
for table rows.
yarn install
to install dependencies.yarn start
to start dev server.yarn build
to created static demo files indist
dir.