Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save toidang92/7e179e6b81b77db727b804883a6c5fa0 to your computer and use it in GitHub Desktop.
Save toidang92/7e179e6b81b77db727b804883a6c5fa0 to your computer and use it in GitHub Desktop.

A small sampling of external projects initially built for Ember use but designed to be used standalone:

Ember itself is broken into many pieces, among them:

  • metal - Ember's mixin system with observation/property support, works on bare POJOs
  • runtime - Ember's object model (depends on metal)
  • container - Ember's dependency injection container (depends on metal)
  • views - the basic Ember view layer, agnostic to templating (depends on runtime)
  • handlebars - builds on Ember's core view layer with templating support
  • application - Ember's application bootstrapping
  • routing - adds Ember view and application integration to router.js
  • debug / testing - Ember functionality that makes sense in specific environments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment