Decoupled business logic
Keep your business logic separate from UI. Split it into small, reusable services.
Dependency injection
Built-in DI container for managing service dependencies. Testing business logic is a breeze.
Memory management
The framework automatically cleans up unused data in the store.
Redux without drawbacks
Familiar single state and no boilerplate. Easy to integrate into existing Redux applications.
Full power of redux-saga inside
Automatic cancellation of outdated async operations, simple and powerful API for handling race conditions and duplicate requests.
Suspense compatible
Use Suspense for any async logic starting from React 16.