Skip to content

Instantly share code, notes, and snippets.

@wycats
Last active April 9, 2016 19:20
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save wycats/b58d56e5a47db4128a0a to your computer and use it in GitHub Desktop.
Save wycats/b58d56e5a47db4128a0a 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
@rwjblue
Copy link

rwjblue commented Nov 25, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment