Size: 526
Comment: Replace CoffeeScript w/ ES6, descriptions about articles
|
Size: 738
Comment: Flux and React links
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | 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