Posts by Pedro • 3 points
1 post
-
0
votes1
answer79
viewsQ: using useEffect, setState and Sort for Array
I am using React Hooks to sort an array list by the 'points' item after I update an object item. After much tinkering with the code I managed to sort the Array in the 'Sorted' variable using useMemo…