bf4 / bf4.github.com

jekyll blog on github pages
http://benjaminfleischer.com
MIT License
2 stars 0 forks source link

Emberize cli islands #3

Closed bf4 closed 9 years ago

bf4 commented 9 years ago

Follows: http://www.benjaminfleischer.com/ember-sprinkling-in-components/ ( #2 )

TODO:

Address why I wasn't using the rootElement feature of Ember. Just using the rootElement config option would probably work for this particular use case. An advantage of the “ember-islands Approach” (tm) is that I can render many components on the page in different areas without needing many Ember Apps. Also all of these components can talk to each other through services since they have the same application container. Also, testing Also, ember-cli's ecosystem