Measures Concepts
GitHub icon

Hyperscript

Hyperscript - Template language

< >

Hyperscript is a template language created in 2012 by Dominic Tarr.

Source code:
git clone https://github.com/hyperhype/hyperscript
#755on PLDB 12Years Old

Create HyperText with JavaScript.


Example from the web:
var h = require('hyperscript') h('div#page', h('div#header', h('h1.classy', 'h', { style: {'background-color': '#22f'} })), h('div#menu', { style: {'background-color': '#2f2'} }, h('ul', h('li', 'one'), h('li', 'two'), h('li', 'three'))), h('h2', 'content title', { style: {'background-color': '#f22'} }), h('p', "so it's just like a templating engine,\n", "but easy to use inline with javascript\n"), h('p', "the intention is for this to be used to create\n", "reusable, interactive html widgets. "))

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout