Ember in a few months



Ember in a few months

0 0


ember-newb-talk

a talk at the ember seattle meetup about some easy wins.

On Github keppy / ember-newb-talk

Ember in a few months

what can be learned

Created by keppy / @keppy_rb

about me

Contractor at Roosterpark.

Practical amount of framework loyalty.

I've worked with a few JS frameworks...

jquery

backbone.js

Angular JS

React

ClojureScript

Ember

Practical amount of hate for complicated code.

My code at home

My code at work

Ember taught me branching code should be short.

If it's not short, you may be over modeling your data.

If you are over modeling your data, you probably have too much mutable state in your system.

EXAMPLE

before

Better...

Better i guess..

Best

So.. UI code should be dictated by UI components.

My component only really cared about one HREF at any given time.

By recognizing this, we were able to reduce complexity.

Also, Ember taught me that UI focused tooling is going to happen in my lifetime.

An example: ember-pouch

The End

Ember in a few months what can be learned Created by keppy / @keppy_rb