How to use the hyperhtml.wire function in hyperhtml

To help you get started, weโ€™ve selected a few hyperhtml examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github WebReflection / hypersimple / cjs / utils.js View on Github external
function html() {
  return wire(wired.model, 'html:' + wired.id).apply(null, arguments);
}
exports.html = html;
github WebReflection / hypersimple / esm / utils.js View on Github external
export function svg() {
  return wire(wired.model, 'svg:' + wired.id).apply(null, arguments);
};
github WebReflection / hypersimple / cjs / utils.js View on Github external
function svg() {
  return wire(wired.model, 'svg:' + wired.id).apply(null, arguments);
}
exports.svg = svg;
github WebReflection / hypersimple / esm / utils.js View on Github external
export function html() {
  return wire(wired.model, 'html:' + wired.id).apply(null, arguments);
};

hyperhtml

A Fast & Light Virtual DOM Alternative

ISC
Latest version published 2 years ago

Package Health Score

56 / 100
Full package analysis