React Boilerplate

A minimal example to demonstrate how React shouldComponentUpdate method works.

Usage

Clone the boilerplate and create your own git repo.

git git@github.com:jpdelima/react-should-component-update-demystified.git

Install the dependencies and start the server.

npm/yarn install
npm/yarn start
open http://localhost:3000

See comment in src/App.jsx to understand what the example is about.

Dependencies