Fable.Elmish
3.1.0
.NET Standard 2.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Fable.Elmish -Version 3.1.0
dotnet add package Fable.Elmish --version 3.1.0
<PackageReference Include="Fable.Elmish" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fable.Elmish --version 3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fable.Elmish, 3.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fable.Elmish as a Cake Addin
#addin nuget:?package=Fable.Elmish&version=3.1.0
// Install Fable.Elmish as a Cake Tool
#tool nuget:?package=Fable.Elmish&version=3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Package Description
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Fable.Core (>= 3.0.0)
- FSharp.Core (>= 4.6.2)
NuGet packages (48)
Showing the top 5 NuGet packages that depend on Fable.Elmish:
Package | Downloads |
---|---|
Fable.Elmish.React
Elmish extensions for writing Fable apps with React and ReactNative |
|
Fable.Elmish.Browser
Elmish extensions for Fable apps targeting web browsers |
|
Fable.Elmish.Debugger
Debugger for Elmish apps |
|
Feliz.Router
An Elmish router that is focused, powerful and extremely easy to use. |
|
Feliz.UseElmish
useElmish hooks to build Elmish components as React components |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0-beta-3 | 351 | 12/3/2021 |
4.0.0-beta-2 | 1,169 | 11/28/2021 |
4.0.0-beta-1 | 222 | 11/27/2021 |
4.0.0-alpha-2 | 426 | 6/13/2020 |
4.0.0-alpha-1 | 2,072 | 10/29/2019 |
3.1.0 | 108,418 | 7/11/2020 |
3.0.6 | 107,165 | 8/22/2019 |
3.0.5 | 10,809 | 8/8/2019 |
3.0.4 | 5,220 | 6/29/2019 |
3.0.3 | 2,869 | 6/4/2019 |
3.0.1 | 1,909 | 5/27/2019 |
3.0.0-beta-8 | 996 | 4/17/2019 |
3.0.0-beta-7 | 2,057 | 3/22/2019 |
3.0.0-beta-6 | 383 | 3/20/2019 |
3.0.0-beta-5 | 446 | 3/13/2019 |
3.0.0-beta-4 | 1,802 | 12/9/2018 |
3.0.0-beta-2 | 758 | 11/17/2018 |
3.0.0-beta-1 | 490 | 11/11/2018 |
2.0.3 | 24,350 | 11/3/2018 |
2.0.2 | 585 | 11/3/2018 |
2.0.0 | 6,765 | 10/1/2018 |
2.0.0-beta-4 | 1,757 | 8/5/2018 |
2.0.0-beta-2 | 771 | 3/2/2018 |
2.0.0-beta-1 | 1,121 | 1/30/2018 |
1.0.3 | 28,759 | 5/8/2018 |
1.0.2 | 2,838 | 4/30/2018 |
1.0.1 | 10,741 | 11/23/2017 |
1.0.0 | 5,934 | 10/11/2017 |
1.0.0-beta-1 | 1,093 | 9/8/2017 |
0.9.2 | 8,093 | 7/14/2017 |
0.9.1 | 1,882 | 6/20/2017 |
0.9.0-beta-008 | 2,064 | 5/14/2017 |
0.9.0-beta-007 | 658 | 5/14/2017 |
Changing Cmd.OfAsync/OfAsyncImmediate `result` implementation to allow exceptions to escape into the dispatch loop.