mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
add SDK section for javascript-sdk-design
This commit is contained in:
@@ -55,6 +55,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
|||||||
* [Animations](#animations)
|
* [Animations](#animations)
|
||||||
* [Image processing](#image-processing)
|
* [Image processing](#image-processing)
|
||||||
* [ES6](#es6)
|
* [ES6](#es6)
|
||||||
|
* [SDK](#sdk)
|
||||||
* [Misc](#misc)
|
* [Misc](#misc)
|
||||||
* [Other Awesome Lists](#other-awesome-lists)
|
* [Other Awesome Lists](#other-awesome-lists)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
@@ -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.
|
* [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.
|
* [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
|
## Misc
|
||||||
|
|
||||||
* [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes. [](http://spmjs.io/package/echo.js)
|
* [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes. [](http://spmjs.io/package/echo.js)
|
||||||
|
|||||||
Reference in New Issue
Block a user