reactiveui / website

ReactiveUI documentation and guidelines website. PR's welcome! 💖
https://www.reactiveui.net/
MIT License
35 stars 128 forks source link

Add Page to ViewModel Binding in ReactiveUI #212

Open RLittlesII opened 5 years ago

RLittlesII commented 5 years ago

Under docs/handbook/routing/ we should add the following nodes that explain ReactiveUI's platform specific registrations.

This should cover the following:

worldbeater commented 5 years ago

Here is an excellent blog post explaining Xamarin.Forms & ReactiveUI routing https://jamilgeor.com/viewmodel-routing-with-reactiveui-and-xamarin-forms/ Might be worth referencing it.

Jamil Geor
ViewModel Routing with ReactiveUI and Xamarin.Forms
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