// instead of writing
h('section#main', mainContents)
// write
section('#main', mainContents)
A library inspired by hyperscript-helpers and react-hyperscript.
Allows for expressing UIs in the hyperscript-helpers style but with first class support for React.