Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 740 Bytes

File metadata and controls

28 lines (21 loc) · 740 Bytes

REACT 16 PERFORMANCE

This is based on my repo: https://github.com/lnolazco/react-boilerplate.

I used React-easy-chart to display the results. https://rma-consulting.github.io/react-easy-chart/

Tests:

  • Stateless components
  • Stateful components
  • Pure components
  • Pure component calling a function defined inside the render method
  • Pure component calling a function defined out of the render method

Requirements

Node.js v8

How to install

  • Run npm install

Starting the test performance

Todo

  • Add more performance tests.
  • Add input to set the number of tests to run.