matthewp / fritz

Take your UI off the main thread

Home Page:https://fritz.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

componentDidMount

matthewp opened this issue · comments

This lifecycle hook is useful especially in fritz because all rendering is uncoordinated. This also makes the hook hard to implement.

I don't have a lot of good ideas at the moment. Currently we don't retain the render tree in the worker. We might need to somehow keep a list of child components, but this is hard due to the lack of coordination.