In my experience the performance issues in react applications are caused by incorrect data model and/or incorrect algorithms, usually user generated data outgrowing the architecture. Making targeted DOM updates or reducing renders would have fixed nothing
Comments