Small, fast, and modular DOM and event library for modern browsers.
- Small, fast, and modular DOM & Event library for modern browsers.
- Same familiar API as jQuery (but without the extra “weight” of modules like
$.ajax
, $.animate
, and $.Deferred
).
- Weighs in at only 1KB to 12KB (minified), depending on included modules. Full bundle is about 4KB gzipped.
- Works great stand-alone or paired up with e.g. Backbone or Angular.
- The source is written in ES6 format.
- Rollup and babel are used to create a UMD bundle (supporting AMD, CommonJS, and fallback to browser global).