The new wave of React state management
As React applications grow in size and complexity, managing shared global state is a challenge. The general advice is to only reach for global state management solutions when you need it. This post will flesh out the core problems global state management libraries need to solve.
https://frontendmastery.com/posts/the-new-wave-of-react-state-management/