likely.js

0.9.16 • Public • Published

Likely.js

Likely.js is a library for HTML generation that offers efficient HTML diff, and bidirectional data binding.

Feature highlights

  • A simple and intuitive HTML template language.
  • Bidirectional data binding to any JavaScript object.
  • Likely render the template result in an abstract tree. This enable the template to produce DOM manipulation diff that updates the DOM without using innerHTML.
  • Because of this design it is hard to produce XSS vulnerabilities even when using untrusted data.

Demo

http://batiste.github.io/likely.js/

Readme

Keywords

Package Sidebar

Install

npm i likely.js

Weekly Downloads

1

Version

0.9.16

License

MIT

Unpacked Size

1.54 MB

Total Files

123

Last publish

Collaborators

  • batiste