mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 10:22:23 +00:00
3.0 KiB
3.0 KiB
参考链接
官方文件
- ECMAScript 6 Language Specification: 语言规格草案
- harmony:proposals: ES6的各种提案
综合介绍
- Sayanee Basu, Use ECMAScript 6 Today
- Ariya Hidayat, Toward Modern Web Apps with ECMAScript 6
- Dale Schouten, 10 Ecmascript-6 tricks you can perform right now
- Domenic Denicola, ES6: The Awesome Parts
- Nicholas C. Zakas, Understanding ECMAScript 6
- Justin Drake, ECMAScript 6 in Node.JS
- Ryan Dao, Summary of ECMAScript 6 major features
- Luke Hoban, ES6 features
- Traceur-compiler, Language Features: Traceur编译列出的一些ES6例子
语法点
- Nick Fitzgerald, Destructuring Assignment in ECMAScript 6
- Nicholas C. Zakas, Understanding ECMAScript 6 arrow functions
- Jack Franklin, Real Life ES6 - Arrow Functions
- Axel Rauschmayer, Handling required parameters in ECMAScript 6
- Nicholas C. Zakas, Creating defensive objects with ES6 proxies
Generator
- Mozilla Developer Network, Iterators and generators
- Matt Baker, Replacing callbacks with ES6 Generators
- Steven Sanderson, Experiments with Koa and JavaScript Generators
- jmar777, What's the Big Deal with Generators?
Promise对象
- Jake Archibald, JavaScript Promises: There and back again
- Tilde, rsvp.js
工具
- Google, traceur-compiler: Traceur编译器
- Casper Beyer, ECMAScript 6 Features and Tools
- Stoyan Stefanov, Writing ES6 today with jstransform