On https://blog.hubspot.com/website/react-js, the principle of React is explained quite well. But at about halfway the page, just under “Step 3: Crafting the React Component” there is a syntax that I don’t understand.
It’s about the line ReactDOM.render(, container);
That does not call the constant ActualWidget, so how does the browser know that it should fill the container with Hello World?