Redux ruins your React app performance? You are doing something wrong

Pavel Vlasov
ITNEXT
Published in
4 min readFeb 23, 2018

--

I often hear people saying Redux is slow and can be a root cause of unnecessary re-rendering. In this article, I’ll try to explain how to avoid common mistakes when working with react-redux binding.

Assuming you already know about basic techniques to avoid reconciliation, otherwise, you can read about it in an official react guide.

--

--