20 open-source projects similar to hyperoslo/aftermath, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Aftermath alternative.
UIKit a-là SwiftUI.framework min deployment target iOS10
Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.
A holistic approach to iOS development, inspired by Redux and MVVM
A Swift library for state management with unidirectional data flow.
A library for reactive and unidirectional Swift applications
ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a single store. It ensures predictable and traceable updates by requiring all state modifications to occur through explicit actions processed by reducer functions. The library includes a state time travel debugger that records and replays sequences of actions to reload or rewind the application state. It also provides an asynchronous action dispatcher to handle side effects and network requests while maintaining synchronized state updates. The framework covers a broad surface of st