# ReactiveUI.Samples **Repository Path**: wanggyan/ReactiveUI.Samples ## Basic Information - **Project Name**: ReactiveUI.Samples - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: SextantTabbarSample - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-26 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](https://api.themoviedb.org/3) Provides examples about: 1. App's bootstrapping 2. Viewmodel first routing 3. ListView integration 4. [ReactiveCommands](https://reactiveui.net/docs/handbook/commands/) 5. [ObservableAsPropertyHelper](https://reactiveui.net/docs/handbook/observable-as-property-helper/) ## Razor ### ReactiveUI.RazorExample Building a web app with ReactiveUI and Razor Components. Follow the [Razor Components tutorial](https://docs.microsoft.com/en-us/aspnet/core/razor-components/get-started?view=aspnetcore-3.0&tabs=visual-studio) on MSDN to get started. Heavily based on [@akourbat's work](https://github.com/akourbat/SampleRazorComponentsApp).