-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
horse-html is a ParenScript extension to generate HTML inside your ParenScript code. This typically replaces your usage of PS:WHO-PS-HTML.
The main difference is that instead of generating strings, horse-html will generate parenscript code creating DOM elements. This is a stark difference because with ps:who-ps-html, you need to wait until the elements are rendered in the DOM before adding event handlers on them.
Gitlab repository with code, documentation, and a TODO app example: https://gitlab.com/ralt/horse-html
Thanks!