thoughtbit / it-note

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

重拾JavaScript #67

Open moocss opened 8 years ago

moocss commented 8 years ago

https://github.com/getify/You-Dont-Know-JS/tree/1ed-zh-CN (你不知道的JS 👍 💯 )

陷阱

https://github.com/denysdovhan/wtfjs

函数式编程

https://github.com/MostlyAdequate/mostly-adequate-guide ( 弗里斯比教授最好的函数式编程教程) http://www.zcfy.cc/article/functional-programing-in-javascript-lifelong-learning-2420.html(JavaScript中的函数式编程

组件

https://github.com/colonjs/colon (Minimal, concise and blazing fast template engine. , vuejs 模式 , ES6学习 :+1: :100: )

https://github.com/yiminghe/xhr-plus (ES6, XMLHttpRequest plus. support jsonp, iframe upload, sub domain proxy and more...)

https://github.com/camwiegert/in-view ( ES6, 进入 或 离开 viewport 事件监听 :+1: ,学习)

https://github.com/camwiegert/baffle (ES6,文字 迷惑动画 :+1: )

https://github.com/LeoHuiyi/LeoJs (ES6 , 现代浏览器 dom操作)

https://github.com/yanhaijing/template.js/blob/master/template.js https://github.com/yanhaijing/zepto.fullpage/blob/master/src/zepto.fullpage.js https://github.com/meandmax/lory (用ES6写的 slider 小库,学习 :+1: :100: )

http://github.com/Leaflet/Leaflet ( 移动设备上,交互友好的地图, 学习 : 代码组织方式)

https://github.com/MrSwitch/hello.js/blob/master/src/hello.js ( A Javascript RESTFUL API library for connecting with OAuth2 services, such as Google+ API, Facebook Graph and Windows Live , 原型链的代码组织, :+1: )

https://github.com/FezVrasta/popper.js (A ~3.5KB kickass library to manage your poppers, 气泡浮层 :+1: :100: )

https://github.com/LeaVerou/awesomplete/blob/gh-pages/awesomplete.js (文本框自动提示,原生的dom和event :+1: )

https://github.com/kenwheeler/dispatch ( 自定义事件, pub,sub )

https://github.com/aui/angular-drag (基于Angularjs的拖拽指令 👍 ) http://aui.github.io/angular-popups/ (基于Angularjs的浮层组件👍 )

文档 & API

http://www.dang-jian.com/labs/#/javascriptclass ( JavaScript讲义 :+1: )

http://yanhaijing.com/basejs/ (简洁的JavaScript基础教程) http://yanhaijing.com/es5/#about ( ES5 合集)

http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000 (JavaScript 教程)

JavaScript 迷思

https://github.com/thejameskyle/itsy-bitsy-data-structures (你不得不知道的JS 算法)

PPT

https://ppt.baomitu.com/d/760c9ae7#/ (如何写“好” JavaScript 👍 💯 )