Main differences
Main differences from other state management solutions
Allows state nesting and injects responsible peaces to components
Uses immutablejs fast equality object comparison for high performance
Actions can return observables, promises or simple objects
Decouples / Hides paths to state from components
Uses Redux like pure functions - actions to interact with state
Uses Redux like messages for communication between not related components
Does not use React component state
No boilerplate
No long paths to access nested state / store
Last updated
Was this helpful?