Implementing React Routes (Part 1-- simple routes)
Introduction
What is a route?
A route is simply a specific path. Just like going home after a class, you might decide to use a specific path to get home. Similarly routes takes us to our target destination.
In react, we might have several components ...
getitonce.hashnode.dev4 min read