|
|
|
|
|
by codedokode
398 days ago
|
|
> So while its true that a state update will rebuild an entire component What if the component does some long computations, for example, calculating a sum of 10000 elements of an array? React will do the computation only to find that nothing changed. |
|