thoughtbit / it-note

:books: 琐碎的知识, I code it
315 stars 36 forks source link

ES6 and ES5 学习指南 #44

Open moocss opened 8 years ago

moocss commented 8 years ago

https://defed.github.io/categories/ES6/ ( ES6 核心知识, 👍 💯 , 学习)

https://github.com/loverajoel/jstips (JavaScript 技巧55例 👍 💯 )

https://github.com/ouvens/es6-code-style-guide (EcmaScript6 全规范)

https://github.com/ccforward/cc/issues/49 (ES6/7 Cheat Sheet, 简明小炒 👍 )

Tutorial & Docs

Blogs & News

https://bitbucket.org/jomaras/ninja2e/src/831e95aa1371?at=master )(javascript 忍者2 👍 )

Tips

https://github.com/loverajoel/jstips)

Interviews


https://boke.io/shen-ru-liao-jie-promise/ (深入了解 Promise 👍 💯 )

https://lebab.io/#get-started (ES5 to ES2015 :+1: )

http://cn.eslint.org/ (可组装的JavaScript和JSX检查工具 :+1: :100: )

http://boke.io/wo-men-de-qian-duan-2015/ (编码规范辅助工具)

https://github.com/DrkSephy/es6-cheatsheet

https://github.com/imweb/es6-code-style (EcmaScript6 全规范(含node))

https://github.com/dnbard/es6-guide

https://github.com/FormidableLabs/es6-interactive-guide

https://github.com/ractivejs/ (模块组织参考 :+1: :100: ) https://github.com/freemountain/vulp

moocss commented 8 years ago

http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000(JavaScript全栈教程 👍 💯 , 实用)

http://javascript-puzzlers.herokuapp.com/ (令人费解的JavaScript 问题,测试例子 👍 💯 )

http://es6katas.org/ (一天学会ES6,小抄加实例)

https://github.com/meandmax/lory (用ES6写的 slider 小库,学习 :+1: :100: )

moocss commented 8 years ago

About es6

moocss commented 8 years ago

http://ouvens.github.io/frontend-javascript/2015/10/16/es6-under-babel.html (Babel下的ES6兼容性与规范)

https://ouvens.github.io/frontend-javascript/2015/12/06/es6-in-nodejs.html?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io (Nodejs下的ES6兼容性与性能分析)

moocss commented 8 years ago

http://morning.work/page/2015-11/es6-es7-develop-npm-module-using-babel.html (ES2015 & babel 实战:开发NPM模块)

https://markgoodyear.com/2015/06/using-es6-with-gulp/ (使用 ES2005写Gulp :+1: :100: ) https://github.com/airen/jsStudy/blob/master/gulpfile.babel.js (使用 ES2005写Gulp 例子 :+1: :100: )