JavaScript Questions Blog
How to use innerHTML in React?
The dangerouslySetInnerHTML attribute is React's replacement for using innerHTML in the browser DOM. It is risky to use it considering XSS attacks.
The dangerouslySetInnerHTML attribute is React's replacement for using innerHTML in the browser DOM. It is risky to use it considering XSS attacks.