ReactJS: "Uncaught SyntaxError: Unexpected token <"
This question is related to the above link,
If I want to do the below
React.render(
<Lander />,
document.getElementById('content')
);
in Ajax success, which is in js file. how to do that?
Means, render will be in separate normal js file and the react component will be in jsx