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 state - injecting state back into the store 
- persist state to localStorageon every action
- sync stores across multiple tabs or even network connections
- add
 Ask