This is my string that I want to render using reactDOM:
Websockets 101"https://fonts.googleapis.com/css?family=Roboto">
="../stylesheets/projects_showcase.css" type="text/css">
dy>
This is the story of a bread named brown
bread was brown and was also named brown
thus he was brown
I tried the following: (Only the render method is shown) where this.state.note_html is the html document string
return (
Hello
Click me
{this.state.note_html}
I didn't work. It just rendered it as if it were a string.
Result: