react-hyperscript-helpers
react-hyperscript-helpers copied to clipboard
Terse syntax for hyperscript using react
Hi, what's the idea behind the "isRendered" property? Wouldn't it be more straight forward to do this ``` shouldDisplay && h(Khaled) // -> null ``` instead of this ``` h(Khaled,...
- [ ] rewrite in typescript - [ ] modernize toolchain - [ ] provide transpiled and raw source in package
I'm not clear what the benefits of this package are over just combining hyperscript + hyperscript-helpers. The readme asserts that it: > Allows for expressing UIs in the hyperscript-helpers style...
Fixes #19 I have tested this on a small project.
Hi. We are using Typescript 2.0.3 (the latest) in a project. You ship with the NPM pkg an `index.d.ts` which apparently doesn't work with my version. Here are some examples...