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.13k stars 122 forks source link

Clean public API for stable release #936

Closed TimLariviere closed 2 years ago

TimLariviere commented 2 years ago

Preparing for a public stable release, I'm cleaning the public API surface of Fabulous. This includes making sure naming is good and clear, as well as adding XML comments.

Also removing dead API like Runner.Pause/Stop/Restart that haven't been implemented yet.