Render as a JS string literal (with double-quotes):
return (<p>{"I've seen the movie."}</p>)
… or use the HTML entity for an apostrophe, ':
return (<p>I've seen the movie.</p>)
Render as a JS string literal (with double-quotes):
return (<p>{"I've seen the movie."}</p>)
… or use the HTML entity for an apostrophe, ':
return (<p>I've seen the movie.</p>)