React router does not reload component on click: ReactJS
I am having a react component with a button in it. On click on it, I make an API to get the link from the backend. And then navigate to that page whose route is already defined in the routing config.