This repository will contain all of ReactiveUI samples.
A sample application that demonstrate the use of ReactiveUI. The application includes examples of:
- declare a ViewModel
- Commanding (+Async operation)
- Validation
- Caching heavy operation results
We are showing how Commands are being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.
We are showing how Messaging Pattern (AKA EventAggregation) is being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.
Example of the Navigation System that ReactiveUI supplies.