
Mohsen Deniku
@MohsenDenikuAll solutions
Extension Project + Search Bar Functionality (React)
#react#styled-componentsSubmitted about 2 months agoI still haven't managed to keep the removed item absence from the clone data and that the data becomes refreshed again after the usage of search bar, even tho I'm using useRef in order to keep track of the data and map over it. (I believe with using a real data-base where I could delete the items permanently, there wouldn't be a problem like this) I want some help with the functionality of the search bar where I can delete the project and it would re-appear after the search happens (I'm already using useRef in-order to keep track of the copy of the main data that I use to iterate over)