What is(are) the problem(s) with this code?
React.render( <MyApp/>, document.body ); ```
It is better to avoid rendering directly in thebody.
body
<MyApp /> syntax is incorrect
We should add a hook