Lifecycle of Ember app 101 - nrhubbar/AWS_BingBong GitHub Wiki

  • The browser is the app runtime!

Life Cycle

  1. Browser makes a request to a server
  2. Server responds with html page containing a script element
  3. Browser makes a request for the script
  4. The script is loaded into the Browser and run
  5. .... more to come