Skip to content

elmish/react

Repository files navigation

Elmish-React: React extensions for elmish applications.

NuGet version NuGet version

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.fsreact/common.fs). On Windows, this requires Developer Mode to be enabled (Settings → Update & Security → For developers) or git config --global core.symlinks true.

About

Elmish React extensions for writing SPA and Native apps

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors