odoe / maquette

Pure and simple virtual DOM library

Home Page:https://maquettejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NpmLicense npmBundleSize build

Maquette

Maquette is a Javascript utility which makes it easy to synchronize the DOM tree in the browser with your data. It uses a technique called 'Virtual DOM'. Compared to other virtual DOM implementations, maquette has the following advantages:

  • It is very lightweight (3.6Kb gzipped)
  • It allows changes to be animated
  • It makes your frontend easy to unit-test

Visit the website for more information.

About

Pure and simple virtual DOM library

https://maquettejs.org

License:MIT License


Languages

Language:TypeScript 41.0%Language:EJS 27.5%Language:JavaScript 19.2%Language:CSS 11.3%Language:HTML 1.0%Language:Shell 0.1%