Using React Router in your React app
What is an SPA?
A single-page application (SPA) is a website that re-renders its content in response to navigation actions (e.g. clicking a link) without making a request to the server to fetch new HTML.
Why react uses React Router?
In general, when ...
jayprakash07.hashnode.dev3 min read