infernojs / inferno

:fire: An extremely fast, React-like JavaScript library for building modern user interfaces

Home Page:https://infernojs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does findDOMNode return?

farooqkz opened this issue · comments

It seems it returns Node. What is this Node exactly?

It is javascript object representing a html element in the DOM https://developer.mozilla.org/en-US/docs/Web/API/Node

Thank you