Merge pull request #111 from huei90/patch-1

add SDK section for javascript-sdk-design
This commit is contained in:
Huei Tan
2015-06-11 23:16:11 +08:00

View File

@@ -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)
@@ -617,6 +618,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/badge/echo.js)](http://spmjs.io/package/echo.js) * [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes. [![](http://spmjs.io/badge/echo.js)](http://spmjs.io/package/echo.js)