Other Uses

Learn about the other uses of store enhancers.

We'll cover the following

Store enhancers are powerful tools that allow us to:

  • debug stores
  • rehydrate stateinjecting state back into the store on application load
  • persist state to localStorage on every action
  • sync stores across multiple tabs or even network connections
  • add debugging features

If you’d like an idea of what’s available, Mark Erikson has composed a list of third-party store enhancers in his redux-ecosystem-links repository.

Get hands-on with 1200+ tech skills courses.