Chapter 7- React - Redux
Jun 30, 2025 · 56 min read · 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...
Join discussion