Skip to content

elmish/react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84433e2 · Mar 19, 2025
Mar 19, 2025
Dec 6, 2021
Mar 3, 2025
Dec 1, 2016
Dec 6, 2021
Dec 6, 2021
Apr 30, 2018
Nov 12, 2022
Mar 19, 2025
Mar 3, 2025
Dec 6, 2021
Mar 19, 2025
Mar 3, 2025
Dec 6, 2021
Mar 3, 2025
Apr 23, 2024

Repository files navigation

Elmish-React: React extensions for elmish applications.

Windows 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

As with any JS dependency, if you are authoring an application (as opposed to a library), you'll also need to install React (separately, via npm or yarn):

yarn add react react-dom