github welldone-software/why-did-you-render v4.2.0

latest releases: v8.0.2, v8.0.1, v8.0.0...
4 years ago

I came across situations where a component is re-rendered
because a property that holds a huge object deep equals to it's previous version is passed to it
(after a request to the API that returns the same result)

this caused my console to almost crash with tracks of every single nested property of it.

so now we would:

  • only report the topmost object as being deepEqulas while ignoring what's inside and how much of it is different / deepEquls.

Don't miss a new why-did-you-render release

NewReleases is sending notifications on new releases.