Archived
What is(are) the problem(s) with this code?
React.render(
<MyApp/>,
document.body
);
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about React
What is(are) the problem(s) with this code?
React.render(
<MyApp/>,
document.body
);