Shared state and Occam's razor
It is futile to do with more things that which can be done with fewer.
—Occam's razor
There's a visible rift between the approaches to local state from React's useState() and shared state from the ...