1.0.0-alpha.3 • Published 6 years ago

@transclusion/template v1.0.0-alpha.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@transclusion/template

A tiny, focused and performant HTML template rendering library for Node.js and the browser.

npm install @transclusion/template --save

build status coverage status npm version

Features

  • Tiny. 1.43 kB gzipped and minified
  • Focused. The API consists of three methods, html, render and thunk.
  • Performant. Uses native HTML templates which are reused to perform super fast.

Why?

To learn how lit-html and hyperHTML works. Mostly inspired by lit-html.

Usage

import {html, render} from '@transclusion/template'

render(html`<div>Hello, world</div>`, document.body)

License

MIT © Marius Lundgård

1.0.0-alpha.3

6 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.1

6 years ago