Skip to content
Pure and simple virtual DOM library
TypeScript HTML JavaScript CSS
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
browser-tests
examples
polyfills
src
test
tools
typings
website
.editorconfig
.gitattributes
.gitignore
.jshintrc
.npmignore
CONTRIBUTING.md
LICENSE
README.md
bower.json
index.html
jsdoc.json
package-lock.json
package.json
rollup.config.js
tsconfig.json
tsfmt.json
tslint.editor.json
tslint.json

README.md

NpmLicense npmBundleSize CircleCI branch

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.6Kb gzipped)
  • It allows changes to be animated
  • It is optimized for speed

Visit the website for more information.

You can’t perform that action at this time.