Reactjs – How to use same hook function for multiple objects?
I have a list of images to display thumbnails. On top of that, for each image, I want to click it to show the image on the full size. To achieve this, I use Modal and useDisclosure() from @nextui-org/react. Below…