The Wayback Machine - https://web.archive.org/web/20190302122123/https://github.com/AFASSoftware/maquette
Skip to content
Pure and simple virtual DOM library
Branch: master
Clone or download
Latest commit a65ae61 Feb 25, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci webhook Aug 21, 2018
browser-tests Fixing flakyness on faster buildservers Dec 3, 2018
examples update style tag uibench Jan 17, 2018
polyfills move polyfills to seperate folder, change prepublishOnly cmd Sep 25, 2017
src
test Updated dependencies and removed unused tools Feb 25, 2019
tools We are now officially no longer 3Kb, but 3.5Kb, hopefully not disappo… Feb 7, 2018
typings The `afterRemoved` callback will now use `requestIdleCallback` (with … Oct 25, 2017
website Made the tutorial easier to use, by explicitly stating that childNode… Aug 20, 2018
.editorconfig started using linting and formatting in typescript Jan 2, 2016
.gitattributes Fixing linting problems Oct 5, 2017
.gitignore Making the h function a little bit more flexible Oct 19, 2018
.jshintrc squashed flatteninto bug Jan 28, 2015
.npmignore Added performance monitoring, changed the build order and converted s… Oct 25, 2017
CONTRIBUTING.md Typedoc works again, reworded some documentation Oct 30, 2017
LICENSE
README.md shields.io shields Sep 5, 2018
bower.json
index.html maintenance, all dependencies are up-to-date and nyc now does the cov… Aug 1, 2017
jsdoc.json Added documentation for 2.0 Jun 10, 2015
package-lock.json Updated dependencies and removed unused tools Feb 25, 2019
package.json husky-upgrade Feb 25, 2019
rollup.config.js Updated dependencies and removed unused tools Feb 25, 2019
tsconfig.json
tsfmt.json started using linting and formatting in typescript Jan 2, 2016
tslint.editor.json AFAS TSLint rules applied to src/ Oct 5, 2017
tslint.json temporary build issue workaround Oct 13, 2017

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.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.