1 min readFeb 18, 2019
I’ve published the page about performances here: https://spyna.github.io/react-store/performances.
The page contains two boxes, one that uses react-store and the other that uses redux. Both have an initial state with 100 objects. Each time you hit the +
button the timing is printed in the developer console.
Hope it’s useful.