Redux

Redux uses a different instance of the store for every request. Redux is actually based in part on CQRS and event sourcing

re-render performance in Redux is faster in comparison to Context API because every component that consumes the Context will re-render even if the state relevant to that component hasn’t changed.

Tools


Children
  1. Actions
  2. Middleware
  3. Reducers
  4. Redux Tookit
  5. Selectors
  6. redux-observable

Backlinks