Reactjs Not Rendering Php Codeigniter
I am currently using material-ui library which makes use of reactjs and google material design which can be found here http://www.material-ui.com/#/ I have tried following one of
Solution 1:
Try
React.render(<HelloMessage message="World"/>, document.body);
Post a Comment for "Reactjs Not Rendering Php Codeigniter"