Prunkles
Results
2
issues of
Prunkles
### Description Since this library is based on dotnet/reactive which is implemented using Tasks, it cannot be used with [Fable](https://fable.io/). ### Known workarounds There actually is a library that implements...
feature-request
[FSharp.Control.Reactive](https://github.com/fsprojects/FSharp.Control.Reactive) is a library that also implements Rx for F#. But it is oriented for the native (.NET, not Fable) runtime and actually is based on [System.Reactive](https://github.com/dotnet/reactive). I like both...