Table of Contents

What is a Client Side Router? (React, …)

About

Within any virtual DOM application such as React, if you want to route the HTTP request in the browser, you will use a client-side router.

Implementation

What they do basically is that when a router component (generally a link) is clicked, it will target and render a component of the tree with arguments.

List