Info
Version: | 0.2.7 |
Author(s): | Manuel Römer |
Last Update: | Saturday, September 11, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/manuelroemer/Composed |
NuGet Url: | https://www.nuget.org/packages/Composed |
Install
Install-Package Composed
dotnet add package Composed
paket add Composed
Composed Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Reactive(>= 4.4.1)
- System.Reactive(>= 4.4.1)
- System.Reactive(>= 4.4.1)
reactive applications with a strong, but not exclusive, focus on GUI and MVVM based applications.
This package provides the foundational Composed API which all other Composed packages use as a basis.
Yet, it can be used entirely on its own.
Frequently used members include:
- IRef<T>
- IReadOnlyRef<T>
- Ref(...)
- Computed(...)
- Watch(...)
- WatchEffect(...).