Reactjs – How to load more data after click a button in react router?
I am new to react-router. I've set some data as JSON data in the public folder and shown some of them using the slice function and wanted to show more data on click the "see more" button. I've done the…