pradella / react-state-managers

4 stars 1 forks source link

React State Managers

This project explores different state managers for React and compares their performance. The state managers included in this project are:

The goal is to use React Dev Tools to inspect how renders occur with each state manager and evaluate their performance.

Here is the project running, highlighting the components that re-render:

Animation

Render duration:

Render duration

Installation

yarn

Run

yarn dev