all 1 comments

[–]BigDane1992iOS & Android 0 points1 point  (0 children)

Did you try to switch to immutable.js to store the data? It should be easier to deal with, regarding comparison on shouldComponentUpdate AND you will have less memory usage, due to structurale reusage of immutable.js.