Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 947 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 947 Bytes

Elmish-React: React extensions for fable-elmish applications.

Windows Build Mono/OSX build NuGet version

React and ReactNative support for Elmish apps.

For more information see the docs.

Installation

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