Size: 223
Comment:
|
Size: 738
Comment: Flux and React links
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
* [[http://rauchg.com/2015/ecmascript-6/|ECMAScript 6 by Guillermo Rauch]] | * [[https://robots.thoughtbot.com/replace-coffeescript-with-es6|Replace CoffeeScript w/ ES6]]: classes, string interpolation, fat arrow functions, default arguments, splats, destructuring * [[http://rauchg.com/2015/ecmascript-6/|ECMAScript 6 by Guillermo Rauch]]: module syntax, destructuring, scoping conventions, string interpolation, classes, fat arrow functions, promises |
Line 5: | Line 6: |
== Flux == * [[http://ryanclark.me/getting-started-with-flux/|Introduction to Facebook's Flux architecture]] == React == * [[http://ryanclark.me/getting-started-with-react/|Getting Started w/ React]] |
ES6
Replace CoffeeScript w/ ES6: classes, string interpolation, fat arrow functions, default arguments, splats, destructuring
ECMAScript 6 by Guillermo Rauch: module syntax, destructuring, scoping conventions, string interpolation, classes, fat arrow functions, promises
Flux
React