react-html-parser
react-html-parser copied to clipboard
Does it support lazyload?
If my html strings contains a lot of img, how to achieve lazy load when rendering?
@plainnany wrap it with React.Suspense (untested)