Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ember.js

Emma
May 26, 2016

 Ember.js

Emma

May 26, 2016
Tweet

More Decks by Emma

Other Decks in Technology

Transcript

  1. Hello! I am Emma Lopez Remote coder @ Agroptima. Event

    organizer. VLCTechHub commiter. @hell03610
  2. 3. Data down, actions up Data flowing only in one

    direction keeps things more predictable. https://ember-twiddle.com/fc4760a5e5c475bbabc1
  3. “ Components want to be able to hand out data

    to their children without having to be on guard for wayward mutations. Data flowing only in one direction keeps things more predictable.
  4. Types of test Unit Test a class (model, route, service…)

    Acceptance Test a component. Mock data with fake objects. Integration Test a page. Mock ajax calls.
  5. Where to find more info Ember.js http://emberjs.com/ Official resource with

    API and guides. EmberWatch http://emberwatch.com/ YoEmber http://yoember.com/ Slack https://ember-community-slackin. herokuapp.com/ StackOverFlow Stay away!