hyperscript-helpers
hyperscript-helpers copied to clipboard
Terse syntax for hyperscript.
the last version was published 5 years ago, https://www.npmjs.com/package/hyperscript-helpers publishing a new version as a 'version bump' would signal continued maintenance for this still-useful package
Provides better type safetly by forwarding the types of the hyperscript implementation to the helper. The types put some constraints in place that the actual code doesn't: 1. The generated...
Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...
Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...
The Doc seems to allow passing single nodes as children but when using with [preact-hyperscript](https://github.com/queckezz/preact-hyperscript), it seem that a single node can only be passed inside array: ```js // this...