F# Functional App Development for Xamarin.Forms
Перейти к файлу
Don Syme b0d91c5315
Update README.md
2018-06-19 18:48:23 +01:00
.nuget experimental dynamic views 2018-04-13 18:55:47 +01:00
.paket build fixes 2018-05-19 11:15:10 +01:00
Elmish.XamarinForms 0.6.0 release updates 2018-06-18 23:07:20 +01:00
Generator toolbar support 2018-06-18 12:40:29 +01:00
Samples 0.6.0 release updates 2018-06-18 23:07:20 +01:00
docs Update index.md 2018-06-19 18:46:51 +01:00
.gitignore add generator, make simplificiations 2018-04-23 11:42:13 +01:00
.travis.yml Install Android SDK + platform API 25, 2018-05-18 17:45:10 +01:00
DEVGUIDE.md toolbar support 2018-06-18 12:32:29 +01:00
Elmish.XamarinForms.sln rewrite codegen in F# 2018-05-29 16:44:50 +01:00
LICENSE.md experimental dynamic views 2018-04-13 18:55:47 +01:00
README.md Update README.md 2018-06-19 18:48:23 +01:00
RELEASE_NOTES.md 0.6.0 release updates 2018-06-18 23:07:20 +01:00
ROADMAP.md Update ROADMAP.md 2018-06-18 23:12:42 +01:00
appveyor.yml add CI 2018-02-05 17:08:40 +00:00
build.cmd initial implementation, based on Elmish.WPF 2018-02-05 16:56:37 +00:00
build.fsx build fixes 2018-05-19 11:15:10 +01:00
build.sh initial implementation, based on Elmish.WPF 2018-02-05 16:56:37 +00:00
install-xamarin-android-ios.sh Only build apps when on OSX 2018-05-18 18:16:37 +01:00
paket.dependencies 0.6.0 release updates 2018-06-18 23:07:20 +01:00
paket.lock 0.6.0 release updates 2018-06-18 23:07:20 +01:00
paket.template experimental dynamic views 2018-04-13 18:55:47 +01:00

README.md

F# Functional App Development, using Xamarin.Forms

NuGet version Build status (Windows) Build status (OSX) Gitter chat

Never write a ViewModel class again! Conquer the world with clean dynamic UIs!

This library uses a variation of elmish, an Elm architecture implemented in F#, to build Xamarin.Forms applications for iOS, Android, Mac and more. Elmish was originally written for Fable applications, however it is used here for mobile applications using Xamarin.Forms. This is a sample and may change.

To quote @dsyme:

In my work for Xamarin, I'm asking myself "what will appeal to F# devs who want to do Xamarin programming?". These devs are very code-oriented and know F#. People are liking Elm and React via Elmish and also React Native. Can we apply some of the lessons to Xamarin programming?

Contributing

Please contribute to this library through issue reports, pull requests, code reviews and discussion.

Credits

This library is inspired by Elmish.WPF, Elmish.Forms and elmish, written by et1975. This project technically has no tie to Fable, which is an F# to JavaScript transpiler that is definitely worth checking out.