Skip to content

ybybzj/maquette

 
 

Repository files navigation

Build Status

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

Visit the website for more information.

About

Minimalistic Virtual DOM implementation with support for animated transitions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.2%
  • HTML 0.8%