ReactiveViewModel
ReactiveViewModel copied to clipboard
What about ViewModel based routing?
Hi,
Maybe it's not best suitable place for that question, sorry then, but I am just wondering is there something like ReactiveUI Routing concept implementation in ObjC? Kind of ViewModel-based routing, to be able to navigate between screens with ViewModel? And what you think about that?
Thanks
There's currently nothing like this, as far as I know. I haven't invested the time to completely understand how ReactiveUI's routing works, but my biggest concern is that (IIRC) it seems to focus a lot on transitioning between the same particular views every time when that needn't be the case.