The Process
Last updated
Was this helpful?
Last updated
Was this helpful?
Break the UI into a hierarchy
Single Responsibility Principle
Think in terms of Information Architecture
Atoms first, Molecules second
FilterableProductTable
: contains the entirety of the example
SearchBar
: receives all user input
ProductTable
: displays and filters the data collection based on user input
ProductCategoryRow
: displays a heading for each category
ProductRow
: displays a row for each product