/react-purecomponent

An interactive mini case study on functional component vs React.Component vs PureComponent re-rendering.

Primary LanguageJavaScriptOtherNOASSERTION

react-purecomponent

This project demonstrates the difference between ordinary class-based React components and PureComponent.

To run this project in browser:

  1. npm install
  2. npm run start

Created with CodeSandbox