Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperhype/awesome-hyperscript
Awesome list of everything hyperscript
https://github.com/hyperhype/awesome-hyperscript
List: awesome-hyperscript
awesome-list hyperscript
Last synced: 11 days ago
JSON representation
Awesome list of everything hyperscript
- Host: GitHub
- URL: https://github.com/hyperhype/awesome-hyperscript
- Owner: hyperhype
- License: unlicense
- Created: 2017-03-03T11:38:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T02:15:36.000Z (over 7 years ago)
- Last Synced: 2024-05-18T22:38:18.978Z (6 months ago)
- Topics: awesome-list, hyperscript
- Size: 4.88 KB
- Stars: 43
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - awesome-hyperscript - Awesome list of everything hyperscript (Others)
- fucking-lists - awesome-hyperscript
- lists - awesome-hyperscript
README
# awesome-hyperscript
Awesome list of everything hyperscript- 💯 = uses original hyperscript package
- 🔌 = uses a hyperscript api compatible package
- 💯🔌 - provides both of the above## Learning
- [wtf is jsx](https://jasonformat.com/wtf-is-jsx) - a good introduction to hyperscript and JSX concepts
## Discovery
- [npm search](https://npms.io/search?q=hyperscript) - returns hundreds of packages
- [github topic search](https://github.com/search?utf8=✓&q=topic%3Ahyperscript)
- 💯 [built with the `hyperscript` package](https://www.npmjs.com/browse/depended/hyperscript)
- 🔌 [built with the `virtual-dom` package](https://www.npmjs.com/browse/depended/virtual-dom)## Element Creation
- 💯 [hyperscript](https://github.com/hyperhype/hyperscript)
- 🔌 [hyps](https://github.com/ahdinosaur/hyps)
- 💯 [hyperx](https://github.com/substack/hyperx)
- 🔌 [elementx](https://github.com/queckezz/elementx)
- 🔌 [hyperscript-helpers](https://github.com/ohanhi/hyperscript-helpers)## VDOM
- 🔌 [virtual-dom](https://github.com/Matt-Esch/virtual-dom)
- 🔌 [mich-h](https://github.com/tunnckoCore/mich-h)
- 🔌 [hastscript](https://github.com/syntax-tree/hastscript)## App Frameworks
- [hyperapp](https://github.com/hyperapp/hyperapp) - immutable apps
- 🔌 [mithril](http://mithril.js.org)
- 🔌 [inferno](https://github.com/infernojs/inferno) via [inferno-hyperscript](https://www.npmjs.org/package/inferno-hyperscript)
- 🔌 [preact](https://github.com/developit/preact) via [preact-hyperscript](https://github.com/queckezz/preact-hyperscript)## UI Bootstraps
- [material-hyperscript](https://github.com/twilson63/material-hyperscript)