Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 719 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 719 Bytes

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.7Kb gzipped)
  • It allows changes to be animated
  • It makes your frontend easy to unit-test

Visit the website for more information.