/ember-rerender

Primary LanguageJavaScriptMIT LicenseMIT

Fast Boot in Ember

Disclaimer: This is just a proof of concept... you probably shouldn't use this for anything :)

npm install

to see the example without a pre-rendered DOM (this is just a standard Ember app, nothing special)...

grunt server

to simulate a pre-rendered DOM in the initial HTML response (Ember will re-bind when it loads on the client)...

grunt server --prerender

http://localhost:8000

How it works...

For now, check out the magic in app/app.js

This is built on top of Ember App Kit and TodoMVC-EAK