arrow_backBACK TO DRILLS
Black Beltrendering
root.render timing misconception
Immediately after calling root.render(<App />), code logs document.body.innerHTML. Why might the logged HTML not yet contain the rendered <App /> output?
Immediately after calling root.render(<App />), code logs document.body.innerHTML. Why might the logged HTML not yet contain the rendered <App /> output?