AFASSoftware / 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.7Kb 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 42.7%Language:EJS 26.0%Language:JavaScript 19.0%Language:CSS 11.2%Language:HTML 1.0%Language:Shell 0.1%