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
build
src chore(deps): update xunit-dotnet monorepo (#99) 2024-07-29 01:45:14 +01:00
.gitignore
LICENSE
README.md
build.cmd
build.ps1
build.sh

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