Let's say I've triggered an update of a single React component & as we know by default it will trigger the update of all it's children components.
BUT
- How does it work in combination with browser's reflow/repaint ?
- How does the whole process look like (step by step) after we trigger a single React-component's update?