Sample programs:

You can see sample programs opening ReactiveProperty-Samples.sln. There are:

  • ReactivePropertySamples
    There are sample pages for explaining basic features. Please set as a startup project to BasicSample/ReactivePropertySamples.WPF, then launch the app. You will see the following: The sample app

    The ViewModel and Model classes are ReactivePropertySamples.Shared project.

  • Reactive.Todo
    This sample app is created by ReactiveProperty and Prism. This is a small sample app like TodoMVC.

    The sample app

    You can launch the app via WithPrism/Reactive.Todo project.