Slide 10
Slide 10 text
component
component initializer
route
route
route
model
adapter
helper
ember-cli
production
build
development
build
FastBoot
build
template
The benefit of an SDK for the web is that it knows how your app works, top to bottom. You write your app once in a declarative way, so Ember can create different
versions of your app from the same code.
3 examples of different "versions" of the app that we build today:
1. Development mode, where we don't minify and include extra code for debugging.
2. Production mode, where we strip out assertions, turn optimizations on, minify, concatenate, gzip, fingerprint assets, and more.
3. FastBoot, where we produce a Node.js-compatible build.