Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Page to ViewModel Binding in ReactiveUI #212

Open
3 of 6 tasks
RLittlesII opened this issue Oct 26, 2018 · 1 comment
Open
3 of 6 tasks

Add Page to ViewModel Binding in ReactiveUI #212

RLittlesII opened this issue Oct 26, 2018 · 1 comment

Comments

@RLittlesII
Copy link
Member

RLittlesII commented Oct 26, 2018

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 creation

  • View Fetching Activation from ViewModel

  • View Model Bindable Property

  • RoutingState

  • RoutedViewHost

@worldbeater
Copy link
Contributor

worldbeater commented Nov 16, 2018

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
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

worldbeater added a commit that referenced this issue Nov 25, 2018
RLittlesII pushed a commit that referenced this issue Nov 25, 2018
* Improve ReactiveUI Routing docs

Addresses #212

* Fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants