Add an array of data to an useState empty array using useState setter function in Reactjs
Hello I am working on a personal project and I can't seem to add an array of data that I am fetching from the backend to a useState array I can see the array but when I try to update…