4pods
ReduxKit is a swift implementation of rackt/redux by Dan Abramov and the React Community. A thorough walkthrough and description of the framework can be found at the official Redux repostory: Redux
License: MIT
ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift. It embraces a unidirectional data flow that only allows state mutations through declarative actions.
License: MIT
A thunk middleware for ReSwift. Allows developers to create easily create async actions. Works well with promises.
License: MIT