In this course, we will learn how to use React Router for routing needs in React applications. We will start from the basics of routing to advanced routing in any web application. Only the tool will change, but the concepts can be applied to any router libraries in any framework.

Some of the concepts we learn with examples are,

  • Setting up React Router
  • Linking between Routes
  • Creating static and dynamic URLs (routes)
  • Supporting Nested routes
  • Handling 404 if no routes get matched

Who can learn from this course?

  • React Js beginners who want to learn how routing is handled in React applications.