Size: 1683
Comment:
|
Size: 2067
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 39: | Line 39: |
== Widgets == [[https://github.com/jessepollak/card|jessepollak/card: make your credit card form better in one line of code]]: Animated credit card entry widget [[http://www.appelsiini.net/projects/lazyload|Lazy Load Plugin for jQuery]] == Charting == === D3.js-based === * [[http://c3js.org/|C3.js | D3-based reusable chart library]] * [[http://nvd3.org/|NVD3]] |
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
Widgets
jessepollak/card: make your credit card form better in one line of code: Animated credit card entry widget
Charting