We started React with the issue of real-time updates — if a variable is changing, then I want to render it in the UI instantly. Then we went to props, but there came our first stepping stone: prop drilling.
Solving that, we came across Context, and i...