background preloader

Emberjs

Facebook Twitter

Animations

UseFull links. Emberjs Routing. Emberjs and Requirejs. Ember pagination. Getting Started. Emberjs testing/profiling. Advanced. Issues faced. EmberJS Clarifications on bindings. Kasper Tidemann articles on emberjs. Emberjs and bootsrap. Experimenting with the Architecture of Ember.js. What do you get when you cross Ember.js with the Single Responsibility Principle?

Experimenting with the Architecture of Ember.js

I recently decided to find out by refactoring the architecture of Ember.js so that each class had only one responsibility. This is the result of my experiment. Three Layers You can think of a software application as having three layers, each having a single concern. The top layer represents the user interface, and its job is human interaction.

Videos

Emberjs examples. HandleBars. Ember.js - About. Views. Ember.js View Context Change. View Context Changes The rules for how Ember.js evaluates Handlebars templates have recently changed, and you may need to update your application's templates to ensure they continue working..

Ember.js View Context Change

Template Contexts Remember that a template is always evaluated against a context object. Events handled by Ember.View.