5pods
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 recording store for ReSwift. Enables hot-reloading and time travel for ReSwift apps. Still in experimental stage!
License: MIT
A declarative router for ReSwift. Allows developers to declare routes in a similar manner as URLs are used on the web. Using ReSwiftRouter you can navigate your app by defining the target location in the form of a URL-like sequence of identifiers.
License: MIT
A thunk middleware for ReSwift. Allows developers to create easily create async actions. Works well with promises.
License: MIT