== ES6 == * [[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 == 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]] == 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]] * [[https://github.com/pheuter/essential-react|Essential React]] * [[http://react.parts/|React.parts]]: directory of React components Problems w/ React's licensing: * [[https://perens.com/2017/07/19/what-the-apache-facebook-reactos-issue-means-to-companies/|What the Apache – Facebook React.js Issue Means to Companies]] == Performance == * [[http://rauchg.com/2014/7-principles-of-rich-web-applications/|7 Principles of Rich Web Applications]] == 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 == [[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]] * [[https://eventbrite.github.io/britecharts/|BriteCharts]]: D3.js V4 charting library, [[https://www.eventbrite.com/engineering/introducing-britecharts/|Introduced here]] * [[https://github.com/jasondavies/d3-cloud|d3-cloud: D3.js-based word clouds]] === Other === * [[https://www.charts.com/muze|Muze]]: Similar to Tableau's visualizations == Interesting == [[https://github.com/Reactive-Extensions/RxJS|Reactive-Extensions/RxJS: The Reactive Extensions for JavaScript]] [[https://www.fsf.org/blogs/licensing/rel-jslicense|Make your Website LibreJS-friendly with the rel=jslicense attribute]].