progapandist / optimizing-react-demo

This is a demo for an article Optimizing React in Evil Martians blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimizing React demo

This is a demo for an article Optimizing React in Evil Martians blog.

There is two subfolders in src directory - before is for app with standard components and after for the version with PureComponent in table rows.

Demo in action

Local experiments

  • yarn install to install dependencies.
  • yarn start to start dev server.
  • yarn build to created static demo files in dist dir.

About

This is a demo for an article Optimizing React in Evil Martians blog.


Languages

Language:JavaScript 92.7%Language:CSS 4.3%Language:HTML 3.0%