Hacker News new | past | comments | ask | show | jobs | submit login

I love the idea. But I wish I didn't have to ship the entire runtime to the client, and was instead compiled to efficient DOM operations.

Because of the size of the runtime, I'd rather use something like Solid.js which is smaller and faster.




A custom runtime is necessary due to the async transparancy feature of the language:

https://hyperscript.org/docs/#async

It is dependency free and a bit under 30kb gz'd, which is roughly where jQuery is, and hyperscript is intended as a jQuery replacement. That's 35ms on emerging 4g, and in the browser cache after that. Probably not noticable for most situations.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: