Closed
Description
Background: #1740
After v6 turned out to be too slow, we wanted v7 to be really fast. I ended up creating a React-Redux benchmarks repo at https://github.com/reduxjs/react-redux-benchmarks , which has some stress tests for creating large trees in various scenarios, and dispatching many actions quickly. It then tries to measure number of re-renders and raw update FPS as a proxy for performance.
I haven't touched that repo since early 2019. I'd appreciate it if someone could look over that repo and see what might need to be done to prepare things for working with React 18 and some React-Redux v8 alphas.
It would also be good if we can figure out more stats to record in comparison, and maybe better proxies for performance than FPS.