Reactjs – Pagination is not working properly using React-Router DOM
I am trying to implement pagination for components named "Shop", Contact and Cart using react-router-dom. To store the URL paths I have used an array. A state variable is used as an array index to retrive specific paths. useRef is…