fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.15k stars 122 forks source link

Using dispatch in init #759

Closed Happypig375 closed 4 years ago

Happypig375 commented 4 years ago

There is no way to use dispatch when initializing, e.g. binding to event handlers.

Happypig375 commented 4 years ago

Nevermind, Cmd.ofSub should be used.