Commits
Click on a commit to change the comparison rangefix(react): run all pending `renderComponent` before hydrate
Run all pending `renderComponent` before hydrate, which ensures some immediate update can be applied in `hydrate`.
As background info, ReactLynx will use tree in background-thread as the source-of-truth, so this PR is helpful if main-thread renders more than background-thread's `root.render` by avoiding unwanted node removals.