Fable.Reaction icon indicating copy to clipboard operation
Fable.Reaction copied to clipboard

Fix Introduction in getting started

Open SCullman opened this issue 6 years ago • 1 comments

To use Fable Reaction with Elmish you need to call the Program.withStream with your reactive query. The query function takes an IAsyncObservable<'msg> and returns a possibibly transformed IAsyncObservable<'msg>.

This doesn't fit to the following code example in Getting Started

SCullman avatar Sep 10 '19 11:09 SCullman

Thanks. I will fix more of the docs later today.

dbrattli avatar Sep 10 '19 11:09 dbrattli