iced-rs/iced

Lifecycle diagram

Aperta

#222 aperta il 17 mar 2020

 (6 commenti) (1 reazione) (0 assegnatari)Rust (1572 fork)batch import
documentationgood first issueimprovementquestion

Metriche repository

Star
 (30.491 stelle)
Metriche merge PR
 (Merge medio 24g 11h) (11 PR mergiate in 30 g)

Descrizione

Thank this awesome project that has made cross-platform UI development an easier way in the Rust world.

I know iced is just at a very early stage, we don't have enough good docs yet. We can get started through a set of examples. However, after insight a lot of examples, I still can't get a clear concept and relationship of every single component, such as the Application's lifecycle, when and how frequency the view() and update() get called, how State, Element and Message, etc interact. So, just hoping we have a lifecycle or relationship diagram for brevity clarification to the developer. Maybe the Android Activity lifecycle, Vue lifecycle diagrams are such a good instance.

image

Guida contributor