Where is the View tree created? #610
Unanswered
test3211234
asked this question in
Q&A
Replies: 1 comment
-
The docs are a work in progress. views are created in the function that builds them. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to search for id.add_child but there's basically no occurrences. Also, I really think this library should have an explanation or diagram of its architecture. The code base is very confusing. Is it based on the old Xilem mostly? What parts did you take from different libraries? I noticed there's a ChangeFlags but I don't see it being used in the return of View functions. I also saw you got rid of the Widget trait, but it didn't even seem to do the same things as in Xilem. There must be a lot of inspirations because making a library this full-fledged is really hard. Great job, by the way. There's also a lot of thread local RefCells, not sure how bad that affects performance or if its needed.
Beta Was this translation helpful? Give feedback.
All reactions