JSPM

  • Created
  • Published
  • Downloads 2081
  • Score
    100M100P100Q118809F
  • License MIT

Minimalistic Virtual DOM implementation with support for animated transitions.

Package Exports

  • maquette

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (maquette) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.