Hyperscript

hyperscript is an easy and approachable language designed for modern front-end web development

hyperscript makes writing event handlers and highly responsive user interfaces trivial with native language support for async behavior—easier than callbacks, promises, even async/await.

Events as first class citizens in the language—clean syntax for receiving and sending events, as well as event-driven control flow

DOM-oriented syntax—seamless integrated CSS id, CSS class and CSS query literals

First-class web workers

Async-transparent runtime—highly responsive user experiences without callback hell

Pluggable & extendable parser & grammar

Debugger to step through hyperscript code

Inspired by HyperTalk (not AppleScript)

Read in full here:

https://hyperscript.org/

This thread was posted by one of our members via one of our news source trackers.

2 Likes

Corresponding tweet for this thread:

Share link for this tweet.

1 Like

Also check comparison page - Vanilla JS vs JQuery vs HyperScript
https://hyperscript.org/comparison/

2 Likes