8000 GitHub - jacobmesu/maquette: Pure and simple virtual DOM library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jacobmesu/maquette

 
 

Repository files navigation

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.

About

Pure and simple virtual DOM library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 40.2%
  • HTML 29.0%
  • JavaScript 19.3%
  • CSS 11.5%
0