You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduction In this article we will cover how to navigate from one view to another, using ReactiveUI routing. For our example, we will allow the user to select an article from our article list, which in turn will navigate to the article detail view. Setup In this article, we are
Under
docs/handbook/routing/
we should add the following nodes that explain ReactiveUI's platform specific registrations.This should cover the following:
View/ViewModel registration for Routing
Reactive Controls and
Control<ViewModel>
binding and creationView Fetching Activation from ViewModel
View Model Bindable Property
RoutingState
RoutedViewHost
The text was updated successfully, but these errors were encountered: