I wonder how it plays with React(Native)/Redux. I'm having a bottleneck issue with state changes with many state comparisons and wondering if I can swap the builtin diff with this to speed up the diffs.
(I admit there are many other parts to optimize too, but if I can just plug this for some extra juice, why not?)
Comments
I wonder how it plays with React(Native)/Redux. I'm having a bottleneck issue with state changes with many state comparisons and wondering if I can swap the builtin diff with this to speed up the diffs.
(I admit there are many other parts to optimize too, but if I can just plug this for some extra juice, why not?)