Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Elm-like abstractions for F# apps

License

NotificationsYou must be signed in to change notification settings

elmish/elmish

 
 

Repository files navigation

GitterWindows Build statusMono Build StatusNuGet version

Elmish implements core abstractions that can be used to build applications following the“model view update” style of architecture, as made famous by Elm.The library however does not model any "view" and is intended for use in conjuction with a DOM/renderer, like React/ReactNative or VirtualDOM.Those familiar with Redux may find Elmish a more natural fit when targeting React or ReactNative as it allows one to stay completely in idiomatic F#.

Elmish abstractions have been carefully designed to resemble Elm's "look and feel" and anyone familiar with post-Signal Elm terminology will find themselves right at home.

See thedocs site for more information.

Using Elmish

v0.9 and above releases of Elmish target Fable 1.x and usedotnet SDK and can be installed withpaket:

paket add nuget Fable.Elmish -i

For v0.8 release information please see thev0.8.x branch

Building Elmish

As part of Fable 1.x ecosystem, elmish depends ondotnet SDK.Unless the SDK is installed and is in the path the build will download and install it locally:

Just run fake:

./build.sh orbuild

Contributing

Please have a look at theguidelines.


[8]ページ先頭

©2009-2025 Movatter.jp