Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 976 Bytes

File metadata and controls

28 lines (17 loc) · 976 Bytes

ReactiveUI.Samples

This repository will contain all of ReactiveUI samples.

Xamarin Forms

Cinephile

Example in Xamarin Forms (Android and iOS) shows you the upcoming movies from the movie api

Provides examples about:

  1. App's bootstrapping
  2. Viewmodel first routing
  3. ListView integration
  4. ReactiveCommands
  5. ObservableAsPropertyHelper

Razor

ReactiveUI.RazorExample

Building a web app with ReactiveUI and Razor Components.

Follow the Razor Components tutorial on MSDN to get started. Heavily based on @akourbat's work.