What Ember is all about – What's coming up for ember?



What Ember is all about – What's coming up for ember?

0 0


colinswilliams.github.io


On Github colinswilliams / colinswilliams.github.io

What Ember is all about

Ember is a framework for creating ambitious web applications

  • Ember believes the route is the most important part of the framework
  • Gives you a lot of things for free
  • It has built in testing (QUnit is the default, mocha and jasmine are supported)

Who's using Ember?

Who's using Ember?

Broccoli.js

It's not grunt, or gulp, but aims to be a faster rebuild, more legible syntax way for web devs to develop locally

Model usage is to still use Grunt for task management, but broccoli does everything else pretty well

Introduction to Broccoli

What's coming up for ember?

HTMLBars over handlebars


{{bar}}
{{bar}}
{{bar}}

Query parameters

Via the controller

Way more on why this is a good idea

Way more resouces for learning about Ember