Components

Components are the basic pieces in a UX. Some component examples are TextField, SearchBox, DetailsList, etc.
Our codebase uses FluentUI to import the basic components, such as TextField and SearchBox, but we also create our own components with more specific functionality, such as DetailsListWithCommandBar.
It is necessary to componentize each UX because: Read documentation on components or browse existing components in the component playground before proceeding.

Component Documentation