pecs.web-ember-slides



pecs.web-ember-slides

0 0


pecs.web-ember-slides

My slides:

On Github harisadam / pecs.web-ember-slides

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!!

<div class="entry">
  <h1>{{title}}</h1>
  <h2>By {{author.name}}</h2>

  <div class="body">
    {{body}}
  </div>
</div>

Controller

Model

Ember Components

SEO

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

resources:

Thanks!