Reactjs – How can I get lodash orderBy to sort list of items using select element in React?
I am trying to use a select element to set internal state to either 'ascending' or 'descending'. Once the state is set, I would like to use that state value to conditionally sort A-Z or Z-A with orderBy from the…