How to Pass Data Across Routes with React Router
URL parameters are a good way of passing data from page to page in a React application. But what if you don't want that data to show in your URL? Here's a great way to achieve that using the useLocation hook that React Router provides. If you're new ...
olabisi.hashnode.dev3 min read