Creating a Single-Page App in React using React Router
Getting Started
The first thing we need to do is get our project setup. We'll use our trusty create-react-app command to do this. From your favorite terminal, navigate to the folder you want to create your app, and type the following:
create-react-ap...
kimathicatherine.hashnode.dev11 min read