Slide 6
Slide 6 text
6
What’s in an application?
• Services
• API, analytics, loading code, DOM manipulations, animations, perf tracking, etc.
• Models (View Models)
• Data
• View specific information inferred from the data
• UI Components
• Rely on services and models
• Contain markup, styling, and behavior