ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

MIT License

Stars
7.9K
Committers
193

Bot releases are hidden (Show)

ReactiveUI - ReactiveUI 4.4.3

Published by anaisbetts over 11 years ago

What's New

  • Fix a bug with certain service locators on WP7 (#197)
  • Fix a bug related to sorting in CreateDerivedCollection (#195)
  • Allow the connection created in CreateDerivedCollection to be disconnected (#199)
  • Enable Type Conversion and Binding Hooks in BindTo and correct a crashing bug in WinRT (#201)
ReactiveUI - ReactiveUI 4.4.2

Published by anaisbetts over 11 years ago

What's New

  • Improve speed of View lookup, get rid of spurious throwing
  • Add documentation for RxUI View Bindings
  • Fix several WinRT-only bugs, especially around the SuspensionHost scenario