|
|
|
|
|
by azangru
12 days ago
|
|
> you need to subscribe to changes manually (use effect) to create computations How do you mean? Since the render function reruns during every update to state/props, derived/computed values can be calculated from the updated state/props during rendering. |
|