GoodReactor
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...
- [x] Finish Reactor documentation - [x] Finish documentations of related classes - [ ] Set up Github Actions to automatically generate using DoCC - [ ] Link to 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.
I am missing broadcast and replay publisher tests. _Originally posted by @andrej-jasso in https://github.com/GoodRequest/GoodReactor/pull/6#pullrequestreview-2504238374_
Type-erasure now erases `Mutation` type as well as original concrete `Reactor` class type.