ReactiveReSwift
ReactiveReSwift copied to clipboard
Usage with ReSwiftRouter
As far as I understood, there is no way to it with ReSwiftRouter, as it requires ReSwift as dependency?
I did a hackjob a few months ago to get it working. https://github.com/jondwillis/ReactiveReSwift-Router
ReactiveReSwift and my hacked ReSwiftRouter are slightly incompatible from a design standpoint, and honestly ReSwiftRouter is kind of garbage and impractical in larger production apps without a lot of work. YMMV!
I'll start work on a router soon, hopefully by the end of the week. Waiting for a colleague to send me one that he created for a large scale project, then I'll just modify it to work with RARS.
@Qata any news here?
@alickbass Still hassling @bbqsrc to give me the code.
@Qata I have recently been working on a library that combines Coordinators pattern and ReSwiftRouter. Here is the link: https://github.com/wearereasonablepeople/ReRouter . Maybe it would be interesting for people that were facing the problem of navigation :)
Have there been any developments on this?
@belosoMindera I'd recommend going with @alickbass's router. I was working on an official one but completely ran out of motivational energy due to UIKit's frustrating quirks. I want to get back to it but I can't give a timeline at the moment. But it definitely won't be before the Swift 4.1 release.