Size: 738
Comment: Flux and React links
|
Size: 1683
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
== Ember.js == === Ember Data === * [[http://eviltrout.com/2013/03/23/ember-without-data.html|Ember.js w/out Ember Data]] === Ember.RSVP + jQuery === * [[https://gist.github.com/knownasilya/5975538|RSVP w/ jQuery.ajax]] * [[http://stackoverflow.com/questions/21591865/integrating-array-of-promises-from-rsvp-js-with-jquerys-ajax|Integrating array of promises from RSVP.js w/ jQuery.ajax]] |
|
Line 14: | Line 26: |
* [[https://github.com/pheuter/essential-react|Essential React]] * [[http://react.parts/|React.parts]]: directory of React components |
|
Line 17: | Line 33: |
== Brocolli.js plugins == * https://github.com/moudy/broccoli-base64-css: Broccoli plugin to replace reference to images in CSS with base64 strings * https://www.npmjs.com/package/broccoli-asset-rev: Add fingerprint checksums to files and update source to reflect filenames * https://github.com/stephank/broccoli-bundle-assets: out-dated plugin? Inlines JS and CSS into HTML files |
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
Ember.js
Ember Data
Ember.RSVP + jQuery
Flux
React
React.parts: directory of React components
Performance
Brocolli.js plugins
https://github.com/moudy/broccoli-base64-css: Broccoli plugin to replace reference to images in CSS with base64 strings
https://www.npmjs.com/package/broccoli-asset-rev: Add fingerprint checksums to files and update source to reflect filenames
https://github.com/stephank/broccoli-bundle-assets: out-dated plugin? Inlines JS and CSS into HTML files