Maquette

Pure and simple virtual DOM library
GitHub
774
Created 10 years ago, last commit 5 months ago
20 contributors
586 commits
Stars added on GitHub, month by month
0
0
0
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
0.0
/day
Last month
+0.1
/day
Last 12 months
+0.1
/day
Package on NPM
Monthly downloads on NPM
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
No dependencies
README

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.