Front-End Framework

Junghoo Cho

cho@cs.ucla.edu

Example: Google Suggest

Challenges of Web Development

Components

Component-Based Development

  1. Split the app into hierarchy of simpler components
  2. Develop each component independently (with unit testing)
  3. Combine simple components into more complex ones

kebab-case vs camelCase

What We Learned