rommsen / Fable.Reaction

Fable.Reaction, Reactive (Rx) Elmish for F# and Fable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fable Reaction

Fable Reaction combines the power of reactive programming with Fable and Elmish applications.

Use reative programming on the Elmish message stream for easier handling of events such as keyboard, mouse, network and websockets. Fable.Reaction gives you the power to:

  • Transform - change messages
  • Filter - reducing the message stream
  • Time-shift - delay messages
  • Partition - split a stream into multiple streams
  • Combine - merge multiple streams into one

Fable.Reaction is is built on the Reaction Async Reactive (Rx) library

Documentation

Please check out the documentation

Install

paket add Fable.Reaction --project <project>

About

Fable.Reaction, Reactive (Rx) Elmish for F# and Fable

License:Other


Languages

Language:F# 100.0%