akbertram / maquette

Pure and simple virtual DOM library

Home Page:https://maquettejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

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 3 advantages:

  • It is very lightweight (3.5Kb gzipped)
  • It allows changes to be animated
  • It is optimized for speed

Visit the website for more information.

About

Pure and simple virtual DOM library

https://maquettejs.org

License:MIT License


Languages

Language:TypeScript 39.9%Language:HTML 29.2%Language:JavaScript 19.3%Language:CSS 11.6%