source:

https://github.com/harisadam/pecs.web-ember

Intro To

Ember

ad

Adam Haris

Ruby on Rails, Ember.js

@harisadam

info[at]harisadam.com

</ad>

WHY?

an another fucking MV*** framework?
  • Production ready (v1.1)
  • Open source
  • Conventions over Configuration
  • Two-way Data Binding
  • Community
  • Resources

Router

If your app doesn't have URLs,

you are not a

web developer

- Tom Dale -
  • Works as a state manager
  • Keeps URLs up to date

Template

Handlebars.js

mustaches yayy!!


{{title}}

By {{author.name}}

{{body}}

Controller

Model

Ember Components

SEO

  • Server-side render
  • <noscript> tag
  • PhantomJS
  • prerender.io
  • brombone.com ($)

resources:

Thanks!