GoodReactor icon indicating copy to clipboard operation
GoodReactor copied to clipboard

⚛️ GoodReactor is a Redux-inspired Reactor framework for iOS developed using Swift. It enables seamless communication between the View Model, View Controller, and Coordinator through state and navigat...

Results 7 GoodReactor issues
Sort by recently updated
recently updated
newest added

- [x] Finish Reactor documentation - [x] Finish documentations of related classes - [ ] Set up Github Actions to automatically generate using DoCC - [ ] Link to documentation...

documentation

Xcode suggests something may be leaking, but things seem to deallocate at first. Might just be a false alarm, or a well hidden memory leak.

help wanted

I am missing broadcast and replay publisher tests. _Originally posted by @andrej-jasso in https://github.com/GoodRequest/GoodReactor/pull/6#pullrequestreview-2504238374_

documentation

SwiftUI previews don't load in a project using this navigation

bug

Type-erasure now erases `Mutation` type as well as original concrete `Reactor` class type.

enhancement