Skip to content

Instantly share code, notes, and snippets.

@IwonGunawan
Created February 25, 2021 03:44
Show Gist options
  • Save IwonGunawan/5cef6d044cab2091f74b99b8e642b3f6 to your computer and use it in GitHub Desktop.
Save IwonGunawan/5cef6d044cab2091f74b99b8e642b3f6 to your computer and use it in GitHub Desktop.
parse str to html :
#1
<div dangerouslySetInnerHTML={{__html: '<strong>strong text</strong>'}} />
#2
var parse = require('html-react-parser');
parse('<div>text</div>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment