FSharp.Control.Reactive


FSharp.Control.Reactive

FSharp.Control.Reactive provides F#-style modules for working with the Reactive Extensions (Rx) as a set of extensions to the built-in Observable module. The library includes observe and rxquery computation expressions, as well.

The FSharp.Control.Reactive library can be installed from NuGet:
PM> Install-Package FSharp.Control.Reactive

Samples & documentation

The library comes will soon come with comprehensive documentation and includes a Getting Started tutorial, as well as an API reference.

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests. If you're adding new public API, please also consider adding samples that can be turned into documentation. You might also want to read library design notes to understand how it works.

The library is available under the Apache 2.0 license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.

Fork me on GitHub