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
Please check out the documentation
paket add Fable.Reaction --project <project>