ReactiveUI.Routing functionality / best practices #3183
-
I'm looking to leverage |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not with the RxUI routing out of the box. It's a bit primitive. In the ideal world, you could pass in a string to indicate the view you want to show. We also have sextant in development to eventually replace all of RxUI navigation https://github.com/reactiveui/sextant to solve this particular type of issue. The WPF support is not in yet and still WIP but may be worth following that project |
Beta Was this translation helpful? Give feedback.
Not with the RxUI routing out of the box. It's a bit primitive. In the ideal world, you could pass in a string to indicate the view you want to show.
We also have sextant in development to eventually replace all of RxUI navigation https://github.com/reactiveui/sextant to solve this particular type of issue.
The WPF support is not in yet and still WIP but may be worth following that project