📄️ Log and Metrics
When you create your store, you can optionally pass it an actionObservers and
📄️ Undo and Redo
It's easy to create undo/redo features in Async Redux.
📄️ Wait for condition
Async Redux comes with a few functions to help you wait until some condition is met.
📄️ Persistor
The persistor allows you to save the store state to the local device disk.
📄️ Slices
If you are used to Redux Toolkit or Zustand,
📄️ Business logic
Where should you put your business logic in your application architecture?