Closed denisflorkin closed 5 years ago
This way, when react trashed an entire dom branch, image won't rerender (and fadeIn "again") because the state of the component will be preserved (but the dom node's one ill not)
Closing this as it was badly disagnosed.
the issue were that the image were actually fully rerednered because of bad updates management.
So img is good
This way, when react trashed an entire dom branch, image won't rerender (and fadeIn "again") because the state of the component will be preserved (but the dom node's one ill not)