Hacker News new | ask | show | jobs
by evbogue 770 days ago
Reminds me a little of https://github.com/ohanhi/hyperscript-helpers

Could this also work in the browser?

1 comments

You could get a simple version with little modifications, but it wouldn't really be super useful unless you potentially start adding things like lifecycle events (like mount, unmount), reactivity (state, effects).

Otherwise you might end up reimplementing those.

The intentions of the tool were the server side and static use cases and I didn't plan to use it on the client side.