Elmish-React: React extensions for elmish applications.
React, React Native, and Expo support for Elmish apps.
For more information see the docs.
| Package | Description |
|---|---|
Fable.Elmish.React |
React DOM — browser single-page apps |
Fable.Elmish.ReactNative |
React Native and Expo — mobile apps |
dotnet add package Fable.Elmish.React
yarn add react react-domdotnet add package Fable.Elmish.ReactNative
yarn add react react-nativedotnet add package Fable.Elmish.ReactNative
yarn add expo react react-nativeThis 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.