Posts by José Marinho • 11 points
1 post
-
-1
votes2
answers135
viewsA: Problem with a list of selectable items that are stored in an array
Use React States and create state to see if the item is selected or not, more or less like this. // create your list with state true or false const generateFilterWithState = (original, selected =…