🌱 Component Driven User Interfaces
Overview on the theory and concepts behind using components in UI.
Components are standardized, interchangeable building blocks of UIs
- Make a component at a time (Avatar, Input, Button)
- Combine them to make more complex things (Forms, Headers)
- Assemble page from composit components (Home page, Profile)
- Inegrate pages to make a system (web app, marketing site)