Using react-dom-wrapper, is there a way to insert ...
# javascript
a
Using react-dom-wrapper, is there a way to insert HTML from a String variable into the dom? like this: https://stackoverflow.com/questions/23616226/insert-html-with-react-variable-statements-jsx
Never mind, figured it out: attrs["dangerouslySetInnerHTML"] = InnerHTML(variableWithHtml)