Cross-platform ReactiveUI sample app built for a talk at MSK .NET conf.
Перейти к файлу
renovate[bot] 9475af9fed
chore(deps): update xunit-dotnet monorepo (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 01:45:14 +01:00
.github chore(deps): update actions/setup-java action to v4.2.1 (#66) 2024-03-26 07:52:44 +00:00
.nuke Updates to latest packages (#51) 2024-02-05 21:36:40 +11:00
build Updates to latest packages (#51) 2024-02-05 21:36:40 +11:00
src chore(deps): update xunit-dotnet monorepo (#99) 2024-07-29 01:45:14 +01:00
.gitignore feature: Add initial github actions script 2022-06-28 19:30:05 +10:00
LICENSE Update LICENSE 2019-04-04 00:12:20 +03:00
README.md Bring in index.html, cleanup csproj and readme 2020-09-28 22:27:21 +03:00
build.cmd Updates to latest packages (#51) 2024-02-05 21:36:40 +11:00
build.ps1 Updates to latest packages (#51) 2024-02-05 21:36:40 +11:00
build.sh Updates to latest packages (#51) 2024-02-05 21:36:40 +11:00

README.md

Build Status Pull Requests Issues License Size Code Coverage

ReactiveMvvm

A truly cross-platform app example created using the ReactiveUI .NET MVVM framework, ReactiveUI.Fody and most popular XAML UI frameworks. The app implements the MVVM architecture extended with reactive programming and assembly weaving. It was built to demonstrate how to avoid writing boilerplate code when working with the INotifyPropertyChanged interface and how to create portable and maintainable view models. Article on Medium: https://medium.com/@worldbeater/reactive-ui-fody-cross-platform-forms-7b501d79f46b

AvaloniaUI Xamarin.Forms Universal Windows Platform
WPF Windows Forms Terminal.Gui
ASP .NET Core via Blazor or Blazor.Wasm

Technologies and Tools Used