Questions tagged [hyperhtml]

hyperHTML is a standard JS Template Literals based engine, capable of mapping DOM Node.js counterpart called viperHTML, and a NativeScript based experiment called nativeHTML.

There are different projects floating around hyperHTML, including HyperHTMLElement for Custom Elements, viperHTML for 100% compatible Node.js SSR, hyperHTML-App for routing, and others too.

Being relatively a new project, it's important to make it easy for everyone to access its constantly growing documentation, but also to provide some quick feedback through StackOverflow, helping the community to grow in here too.

Thanks for contributing in making hyperHTML a great library.

42 questions
11
votes
3 answers

Is there a way/workaround to have the slot principle in hyperHTML without using Shadow DOM?

I like the simplicity of hyperHtml and lit-html that use 'Tagged Template Literals' to only update the 'variable parts' of the template. Simple javascript and no need for virtual DOM code and the recommended immutable state. I would like to try…
Jo VdB
  • 2,016
  • 18
  • 16
8
votes
1 answer