kowhai-2018 / fishlist

Which fish should I eat?
0 stars 2 forks source link

Refactor Search function to utilize array created by the sorting function #66

Closed CarelS072 closed 5 years ago

CarelS072 commented 5 years ago

Needs #65 to be completed

Search component and Sorting function currently calls the Redux store separately to work on the same set of data. Consolidating the 2 functions to prevent unnecessary calls to the store.