Frikki on master
docs(README): update with depre… (compare)
h(componentFunction, null, [])
<div><MyComponent/></div>
props => <div/>
typeof tagName === 'function' ? tagName(data, children)
somewhere
typeof tagName === 'function' ? tagName(data === null ? {} : data, children)
h('div', data, [])
API
h('div', data, ...children)