Lazy.js is a functional utility library for JavaScript, similar to Underscore and Lo-Dash.
Lazy.js
is a functional utility library for JavaScript
, similar to Underscore
and Lo-Dash
, but with an underlying engine that supports many more use cases than those libraries, while offering comparable or superior performance in most scenarios.
Current Version: 0.4.0
Getting Started:
Intrigued? Great! Lazy.js
has no external dependencies, so you can get started right away with:
<script type="text/javascript" src="lazy.js"></script>
<!-- optional: if you want support for DOM event and AJAX-based sequences: -->
<script type="text/javascript" src="lazy.browser.js"></script>
Or, if you're using Node.js
:
npm install lazy.js
Useful Links:
You can also create an issue on GitHub if you have any issues with the library. I work through them eventually.