|
|
|
|
|
by mendelk
3312 days ago
|
|
Along the same lines as the advice in TFA: If you pass an object literal as the `style` prop, it'll always re-render, because the object reference will change. Solution: instead of the object literal, pass a reference to an existing object. |
|