Skip to content

Tag: react-router

React Route not navigating

I have written below routes in App.js – I have another component – Items which has Card (Reactstrap). Each card is having a Link – Within Link tag , to attribute , I have mentioned – By this I am expecting , upon clicking of card , component – ItemDetails should get rendered. But…