Reactgo
AngularReactVue.jsReactrouterAlgorithmsGraphQL

React router beginners guide

12min read
reactrouter

Tutorial

In this tutorial series, you will learn about react router v4 which…

reactrouter

Introduction

What is react router? React router is a routing library built on top…

reactrouter

Routing

open index.js file and import the three components (App,Users,Contact…

reactrouter

Adding 404 Pages

What is a 404 page? A 404 page is also called not found page it means…

reactrouter

Url Parameters

Url parameters helps us to render the same component based on its…

reactrouter

Nested Routes

Nested routing helps us to render the sub-routes like users/1, users/…

reactrouter

active styles using NavLink

NavLink It is used to style the active routes so that user knows on…

reactrouter

Programmatically navigate

What is Programmatic navigation? It means we need to redirect the user…


ReactgoAdvertise @saigowthamrPrivacy policyAffiliate Disclosure

Get my latest tutorials

© 2025 Reactgo