Rx.Net.Plus
1.1.15
Ultimate Rx.Net extension. Turn primitive variable to be reactive ! Refer to readme for more details and examples
Requires NuGet 2.12 or higher.
Install-Package Rx.Net.Plus -Version 1.1.15
dotnet add package Rx.Net.Plus --version 1.1.15
<PackageReference Include="Rx.Net.Plus" Version="1.1.15" />
paket add Rx.Net.Plus --version 1.1.15
#r "nuget: Rx.Net.Plus, 1.1.15"
Rx.Net.Plus
ReactiveX gains popularity and is widely used in several platforms and languages.
If you have used Rx.Net (System.Reactive), you probably already wished to transform regular variable (like int, bool ) to become reactive.
What do we mean?
We would like to:
- React whenever variables change
- Connect variables to observable sources
- Not receive notification if same data is set again and again
- Continue to use these variables as before. Compare them to values, convert them...
Rx.Net.Plus is a small but smart library which introduces two new types for this purpose (+ several extension methods):
Type | Purpose |
---|---|
RxVar | replace regular variables (like int, bool...) |
RxProperty | to replace view-model properties (NotifyPropertyChanged pattern) |
For further information and examples, refer to Readme file in github.
Contact us !
For any comment, suggestion...please contact us at reactivesw@outlook.com
Rx.Net.Plus
ReactiveX gains popularity and is widely used in several platforms and languages.
If you have used Rx.Net (System.Reactive), you probably already wished to transform regular variable (like int, bool ) to become reactive.
What do we mean?
We would like to:
- React whenever variables change
- Connect variables to observable sources
- Not receive notification if same data is set again and again
- Continue to use these variables as before. Compare them to values, convert them...
Rx.Net.Plus is a small but smart library which introduces two new types for this purpose (+ several extension methods):
Type | Purpose |
---|---|
RxVar | replace regular variables (like int, bool...) |
RxProperty | to replace view-model properties (NotifyPropertyChanged pattern) |
For further information and examples, refer to Readme file in github.
Contact us !
For any comment, suggestion...please contact us at reactivesw@outlook.com
Release Notes
Refer to site
Dependencies
-
- System.Reactive (>= 4.1.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rx.Net.Plus:
Package | Downloads |
---|---|
Rx.Net.Plus.Json
Extension to Rx.Net.Plus to support Json flat serialization
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.15 | 627 | 11/9/2020 |
1.1.14 | 90 | 11/5/2020 |
1.1.13 | 948 | 6/16/2020 |
1.1.12 | 1,392 | 10/10/2019 |
1.1.11 | 194 | 10/3/2019 |
1.1.10 | 1,046 | 8/1/2019 |
1.1.9 | 1,725 | 9/16/2018 |
1.1.8 | 1,704 | 9/4/2018 |
1.1.7 | 366 | 9/3/2018 |
1.1.6 | 369 | 9/2/2018 |
1.1.5 | 371 | 8/29/2018 |
1.1.4 | 371 | 8/27/2018 |
1.0.12 | 550 | 8/23/2018 |
1.0.11 | 354 | 8/23/2018 |
1.0.10 | 367 | 8/22/2018 |
1.0.9 | 411 | 8/2/2018 |
1.0.8 | 410 | 8/2/2018 |
1.0.7 | 379 | 7/30/2018 |
1.0.6 | 401 | 7/30/2018 |
1.0.5 | 395 | 7/30/2018 |