Javascript – React unable to trigger usestate change at right time
I'm trying to sort products by their price low-high or high-low, something I've done before in vanilla JS, but this time in React. I have a dropdown to chose the desired order and the actual function works but not in…