Info
Version: | 0.0.2 |
Author(s): | Olexandr Leuschenko |
Last Update: | Friday, January 29, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/OlexaLe/RxLite |
NuGet Url: | https://www.nuget.org/packages/RxLite |
Install
Install-Package RxLite
dotnet add package RxLite
paket add RxLite
RxLite Download (Unzip the "nupkg" after downloading)
Dependencies
- Rx-Interfaces(>= 2.2.5)
- Rx-Core(>= 2.2.5)
- Rx-Linq(>= 2.2.5)
Tags
Project main goal is to keep limited subset of ReactiveUI features:
- this.WhenAny, this.WhenAnyValue, this.WhenAnyObservable
- ObservableAsPropertyHelper, ToProperty
- ReactiveObject, this.RaiseAndSetIfChanged
- ReactiveCommand, ReactiveAsyncCommand.