Elmish-React: React extensions for fable-elmish applications.
React and ReactNative support for Elmish apps.
For more information see the docs.
The easiest way to start with Elmish and React is to use the template:
dotnet new -i "Fable.Template.Elmish.React::*"
dotnet new fable-elmish-react -n MyProject
Alternatively, you can just add it to an existing project via paket:
paket add nuget Fable.Elmish.React