Composed 0.2.7
dotnet add package Composed --version 0.2.7
NuGet\Install-Package Composed -Version 0.2.7
<PackageReference Include="Composed" Version="0.2.7" />
paket add Composed --version 0.2.7
#r "nuget: Composed, 0.2.7"
// Install Composed as a Cake Addin #addin nuget:?package=Composed&version=0.2.7 // Install Composed as a Cake Tool #tool nuget:?package=Composed&version=0.2.7
Composed is a set of independent libraries providing simple and yet flexible APIs for easily building
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(...)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Bcl.HashCode (>= 1.1.1)
- System.Collections.Immutable (>= 5.0.0)
- System.Reactive (>= 5.0.0)
-
.NETStandard 2.1
- Microsoft.Bcl.HashCode (>= 1.1.1)
- System.Collections.Immutable (>= 5.0.0)
- System.Reactive (>= 5.0.0)
-
net5.0
- Microsoft.Bcl.HashCode (>= 1.1.1)
- System.Collections.Immutable (>= 5.0.0)
- System.Reactive (>= 5.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Composed:
Package | Downloads |
---|---|
Composed.Commands
Composed is a set of independent libraries providing simple and yet flexible APIs for easily building reactive applications with a strong, but not exclusive, focus on GUI and MVVM based applications. This package provides reactive ICommand implementations and hooks for creating them. Frequently used members include: - ComposedCommand - AsyncComposedCommand - UseCommand(...) |
|
Composed.State
Composed is a set of independent libraries providing simple and yet flexible APIs for easily building reactive applications with a strong, but not exclusive, focus on GUI and MVVM based applications. This package provides a state container implementation for application state. Frequently used members include: - Store<TState> - UseStore(...) |
|
Composed.Query
Composed is a set of independent libraries providing simple and yet flexible APIs for easily building reactive applications with a strong, but not exclusive, focus on GUI and MVVM based applications. This package provides members for declaratively managing asynchronous queries and mutations with arbitrary data sources. It is heavily inspired by the "react-query" and "swr" NPM packages. Frequently used members include: - Query<T> - Mutation<T> - QueryClient - UseQuery(...) - UseMutation(...) |
|
Composed.AppRouter
Composed is a set of independent libraries providing simple and yet flexible APIs for easily building reactive applications with a strong, but not exclusive, focus on GUI and MVVM based applications. This package provides a generic approach for routing within "traditional", non-web applications that are not tied to a URL. Frequently used members include: - Router - RouterHistory - Route - IRoutingTargetResolver - UseCurrentRoute - UseCurrentRouteParameters - UseCurrentRoutingTarget |
GitHub repositories
This package is not used by any popular GitHub repositories.