Frontend, a Backend Perspective

Foundations · Prereqs: JS Intro: DOM + Events, JS Async + Fetch

Topics Covered

  • entity-driven vs component-driven
  • controllers β†’ event handlers
  • the JSON you return β†’ DOM updates
  • client state + the event loop
  • a component as a render function