Elmish-React: React extensions for elmish applications.

April 13, 2026 · View on GitHub

NuGet version NuGet version

React, React Native, and Expo support for Elmish apps.

For more information see the docs.

Packages

PackageDescription
Fable.Elmish.ReactReact DOM — browser single-page apps
Fable.Elmish.ReactNativeReact Native and Expo — mobile apps

Installation

React (browser)

dotnet add package Fable.Elmish.React
yarn add react react-dom

React Native (bare)

dotnet add package Fable.Elmish.ReactNative
yarn add react react-native

Expo

dotnet add package Fable.Elmish.ReactNative
yarn add expo react react-native

Development

This repository uses symbolic links to share source files between projects (react-native/common.fsreact/common.fs). On Windows, this requires Developer Mode to be enabled (Settings → Update & Security → For developers) or git config --global core.symlinks true.