Reactjs – Appending data to the start of list reloads the entire list in react
I have an array of items which represents an image with each item containing image data& metadata such as the unique key and the image link. My goal is to display the list of images on screen and whenever I…