Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [Animations](#animations)
* [Image processing](#image-processing)
* [ES6](#es6)
* [SDK](#sdk)
* [Misc](#misc)
* [Other Awesome Lists](#other-awesome-lists)
* [Contributing](#contributing)
Expand Down Expand Up @@ -607,6 +608,10 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
* [6to5](https://github.com/sebmck/6to5) - Turn ES6+ code into vanilla ES5 with no runtime.
* [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.

## SDK

* [javascript-sdk-design](http://github.com/huei90/javascript-sdk-design) - Javascript SDK design guide extracted from work and personal experience

## Misc

* [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes. [![](http://spmjs.io/badge/echo.js)](http://spmjs.io/package/echo.js)
Expand Down