• Stars
    star
    774
  • Rank 58,703 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 10 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pure and simple virtual DOM library

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.