Working with JSON long enough you are more than likely to come across a data set that has HTML embedded in a string as one of the fields. If you want to be able to display this data in React.js while also taking into account the styling of the inner HTML, there is an easy to use a package called React HTML Parserthat will handle the job for you**.**

  1. Install-Package
npm i react-html-parser

#npm #reactjs #parsing #html

Parsing embedded HTML in React.js with React HTML Parser.
3.35 GEEK