...
/Finishing the Orchestrating Component
Finishing the Orchestrating Component
Add some finishing touches to your orchestrating component.
We'll cover the following...
We'll cover the following...
Current implementation of the SearchSortAndFilter
Each component in SearchSortAndFilter is still rendering its own list using the data prop.
To remove the redundant data prop, we can revert back to the callback versions of SearchInput, Sorters, and Filters that we originally built. Then, at the bottom of our component, we’ll combine the array manipulation function calls to filter (for search), sort (for ...