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
...