← Back to Tech
Redux
Redux provides a single, centralized store with explicit updates via actions and reducers. It is commonly used in large React applications where state changes need to be traceable and behavior needs to be consistent across teams and features.
Official docs
https://redux.js.org/ →