dfilatov / vidom

Library to build UI based on virtual DOM
MIT License
415 stars 16 forks source link

Analog of dangerouslySetInnerHTML #314

Closed Urkass closed 7 years ago

Urkass commented 7 years ago

Hello, React has such ComponentNode attribute as dangerouslySetInnerHTML for inserting html "as it is". I haven't found any analog of this in vidom. What is the proper way to insert such html? Or are there any plans for adding such possibility?

dfilatov commented 7 years ago

Hi, @Urkass https://github.com/dfilatov/vidom/wiki/TagNode-API#sethtml

Urkass commented 7 years ago

Thx, haven't noticed