Skip to content

Instantly share code, notes, and snippets.

@noahpatterson
Last active August 29, 2015 14:00
Show Gist options
  • Save noahpatterson/11017676 to your computer and use it in GitHub Desktop.
Save noahpatterson/11017676 to your computer and use it in GitHub Desktop.
EmberDC

Highlights

##Components

  • looking for a way of doing conponents as packages
  • If state is needed, maybe a view would be better
  • makes you be concious of where state lives in your app

##Testing

  • QUnit
  • more options for runnings tests on specific parts of the containers

##animations

  • infinte scrolling easier by using dom management
    • rips out stuff off screen as you scroll
    • adds new stuff as you see it
  • following pages, should make you feel you are walking a path, that you would know how to get back to
  • CSS transitions as you travel between your routes

##new things

  • ember-data: locality?, async, promises(async)
  • ?HTMLbars
  • ember-cli: asking for feedback. Will replace ember appkit
  • query params: should be in router or controller? Application state will be mangaged in the controller.

##cool things

  • routing, think about this a lot!
  • broccoli build tool,
  • FND.io -- rebuild entire ios appstore using ember
  • ember for children --
  • route traversal, map nodes of the path so you don't miss any -- ?is there a tool for this?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment