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

[v2] Tracking missing documentation #927

Open TimLariviere opened 2 years ago

TimLariviere commented 2 years ago

With stable 2.0 around the corner, the next focus will be to add a lot of documentation to help people adopt Fabulous. I'm tracking progress in this issue.

Here's what I think would be great to write; complete rip off from https://docs.flutter.dev

edgarfgp commented 2 years ago

@TimLariviere should we add a entry for widgets styling ?

h0lg commented 4 months ago

Recent updates to Fabulous.Avalonia triggered me to look into the Program module and try to understand the difference between stateful, statefulWithCmd and statefulWithCmdMsg, which includes the concept of CmdMsg vs. Cmd<'msg> - also increasingly important to understand the Gallery samples in Fabulous Avalonia. Please add some documentation explaining these concepts, which I can't seem to find explained elsewhere.