Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2015-03-09 07:40:27
Size: 807
Editor: SamatJain
Comment:
Revision 7 as of 2016-12-26 05:58:44
Size: 1683
Editor: SamatJain
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 16: Line 28:
 * [[http://react.parts/|React.parts]]: directory of React components
Line 19: 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

Ember.js

Ember Data

Ember.RSVP + jQuery

Flux

React

Performance

Brocolli.js plugins

SamatsWiki: JavaScript (last edited 2018-10-11 20:44:06 by SamatJain)