Fable.Elmish 4.0.0

.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fable.Elmish --version 4.0.0
NuGet\Install-Package Fable.Elmish -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fable.Elmish" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fable.Elmish --version 4.0.0
#r "nuget: Fable.Elmish, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. 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=4.0.0

// Install Fable.Elmish as a Cake Tool
#tool nuget:?package=Fable.Elmish&version=4.0.0

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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481
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.

NuGet packages (49)

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

A router component for React and Elmish 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.1 1,351 2/8/2023
4.0.0 5,328 12/22/2022
4.0.0-beta-6 78 12/13/2022
4.0.0-beta-5 2,972 9/19/2022
4.0.0-beta-3 1,374 12/3/2021
4.0.0-beta-2 1,229 11/28/2021
4.0.0-beta-1 395 11/27/2021
4.0.0-alpha-2 481 6/13/2020
4.0.0-alpha-1 2,207 10/29/2019
3.1.0 180,595 7/11/2020
3.0.6 129,176 8/22/2019
3.0.5 12,212 8/8/2019
3.0.4 5,396 6/29/2019
3.0.3 3,174 6/4/2019
3.0.1 2,955 5/27/2019
3.0.0-beta-8 1,464 4/17/2019
3.0.0-beta-7 2,213 3/22/2019
3.0.0-beta-6 431 3/20/2019
3.0.0-beta-5 490 3/13/2019
3.0.0-beta-4 1,894 12/9/2018
3.0.0-beta-2 810 11/17/2018
3.0.0-beta-1 542 11/11/2018
2.0.3 25,878 11/3/2018
2.0.2 701 11/3/2018
2.0.0 8,131 10/1/2018
2.0.0-beta-4 1,821 8/5/2018
2.0.0-beta-2 855 3/2/2018
2.0.0-beta-1 1,200 1/30/2018
1.0.3 35,239 5/8/2018
1.0.2 3,918 4/30/2018
1.0.1 11,732 11/23/2017
1.0.0 6,788 10/11/2017
1.0.0-beta-1 1,159 9/8/2017
0.9.2 9,302 7/14/2017
0.9.1 2,089 6/20/2017
0.9.0-beta-008 2,201 5/14/2017
0.9.0-beta-007 743 5/14/2017

Breaking: `withSubscription` replaces existing subscription, use `mapSubscription` to add/accumulate the subscribers