Skip to content

Instantly share code, notes, and snippets.

@joshsmith
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshsmith/318dcc427a3f1b3378d3 to your computer and use it in GitHub Desktop.
Save joshsmith/318dcc427a3f1b3378d3 to your computer and use it in GitHub Desktop.

Designing for Ember Apps by Steve Trevathan (@strevat)

Ambitious UX for Ambitious Apps by Lauren Elizabeth Tan (@sugarpirate_)

Fault Tolerant UX by Dan Gebhardt (@dgeb)

https://speakerdeck.com/dgeb/fault-tolerant-ux

  • Transactional UX
  • How well do ember and ember-data handle this?
  • Orbit.js and ember-orbit

Interaction Design with Ember 2.0 and Polymer by Bryan Langslet (@blangslet)

Polymer is a library for creating Web Components, which are a set of W3C standards and upcoming browser APIs for defining your own custom HTML elements. With the help of polyfills and sugar, it can create these custom elements and bring Web Component support to browsers that don’t play nice with the standard just yet.

Custom elements? Huh? They look like this:

<google-map lat="37.790" long="-122.390"></google-map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment