| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Fast & Light Virtual DOM Alternative available for NodeJS and NativeScript too.
The easiest way to describe hyperHTML is through an example.
// this is hyperHTML
function tick(render) {
render`
<div>
<h1>Hello, world!</h1>
<h2>It is ${new Date().toLocaleTimeString()}.</h2>
</div>
`;
}
setInterval(tick, 1000,
hyperHTML(document.getElementById('root'))
);IE9+ , iOS8+ , Android 4+ and every modern Mobile or Desktop Browser. You can verify directly through the following links:
A proper documentation full of examples can be found in viperhtml.js.org.
Please ask anything you'd like to know in StackOverflow using the tag hyperhtml so that others can benefit from answers and examples.
You can read more on this hyperHTML vs lit-html comparison.
| Back | FazBrowse Home | New Git URL |