You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid using dangerouslySetInnerHTML by parsing HTML strings directly into React components.
3
+
A utility library for converting HTML strings into [React](https://facebook.github.io/react/) components. Avoids the use of dangerouslySetInnerHTML and converts standard HTML elements, attributes and inline styles into their React equivalents.
4
+
5
+
[Try the Live Demo](https://wrakky.github.io/react-html-parser)
0 commit comments