dbrattli / Fable.Reaction

Fable Reaction - Reactive (AsyncRx) for F# Elmish and Fable
http://fablereaction.rtfd.io/
MIT License
142 stars 19 forks source link

Fable.Reaction on other elmish platforms #55

Closed OnurGumus closed 4 years ago

OnurGumus commented 4 years ago

Is it possible to make this thing work with nonweb elmish applications ? If I want to use this approach on Fabolous or other elmish platforms, how can I get started?

dbrattli commented 4 years ago

Some insight here: https://github.com/dbrattli/Fable.Reaction/issues/15#issuecomment-631872803

OnurGumus commented 4 years ago

Yeah, I understand, at least we need some way to figure out running the streams without Fable. It's good that you consider it. So I will close the ticket.

OnurGumus commented 4 years ago

For the sake of context if one looks for an elmish bound, more fable-neutral streams https://github.com/johannesegger/Fable.Elmish.Nile might be the right address at the moment.