Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 669 Bytes

ReactiveUI.Samples

This repository will contain all of ReactiveUI samples.

Basic

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

Commands

We are showing how Commands are being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.

Messaging

We are showing how Messaging Pattern (AKA EventAggregation) is being used side by side by MVVMLight, Caliburn.Micro and of course ReactiveUI.

Routing

Example of the Navigation System that ReactiveUI supplies.