Caliburn.Micro.ReactiveUI icon indicating copy to clipboard operation
Caliburn.Micro.ReactiveUI copied to clipboard

Caliburn.Micro screens and conductors rewritten to inherit from ReactiveUI ReactiveObject

Results 2 Caliburn.Micro.ReactiveUI issues
Sort by recently updated
recently updated
newest added

It would be really cool if these two items were merged. Currently if you fire an event on one the other doesn't know about it, and vice versa.

enhancement
up-for-grabs

Add samples to show how to use this library (as requested in issue #3): - [x] Create a sample app inspired by [Caliburn.Micro.SimpleNavigation](https://github.com/Caliburn-Micro/Caliburn.Micro/tree/master/samples/Caliburn.Micro.SimpleNavigation) - [ ] Add features to this...