Elmish-React: React extensions for elmish applications.
April 13, 2026 · View on GitHub
React, React Native, and Expo support for Elmish apps.
For more information see the docs.
Packages
| Package | Description |
|---|---|
Fable.Elmish.React | React DOM — browser single-page apps |
Fable.Elmish.ReactNative | React 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.fs → react/common.fs). On Windows, this requires Developer Mode to be enabled (Settings → Update & Security → For developers) or git config --global core.symlinks true.