Skip to content
Discussion options

You must be logged in to vote

The way to think of it is compose builds the structure of your widget; you don't want to tear down and rebuild a structure every time. If you're using reactives the best thing to do with a compound widget that's build up with compose is to use the watch system and update the parts of the widget that require updating.

The documentation talking about compound widgets might be helpful here.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants