react 17 install

C++
const rootNode = document.getElementById('root');
ReactDOM.render(<App />, rootNode);
Source

Also in C++: