494
Standard redux implementation fostering an ecosystem of middleware, store enhancers, and dev tools. Offers modular development, supports multiple platforms, and promotes open development and community involvement.
32
Integrates Compose Multiplatform with Redux architecture, facilitating state management and UI updates through a reducer-based approach. Simplifies creating and dispatching actions within composable functions.
19
Enables async action dispatch through a redux Thunk implementation, using a concise typealias for dispatch, getState, and extraArg functions, supporting asynchronous operations.