React Developer's Day 4

·

1 min read

React Router I've been trying to implement the React Router since yesterday and my implementation has been anything but successful.😢This React journey is fun when I'm learning but not fun when I feel like I'm stuck with little or no progress in a project. It doesn't seem that difficult to implement yet I have no idea why it does not seem to be working in the project that I implemented it.

Routing Allows the user to view different pages by keying in a URL or clicking on an element.

To perform routing in a React Project, a library called react-router needs to be added.

Â