Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Add react-router and relearn how to do routing with react #14

Open Nostromos opened 5 months ago

Nostromos commented 5 months ago

Set up React Router to be able to navigate between different pages of your app.

Refer to this documentation if you need help getting started with using React Router. Think about how you’d want to structure your files as you begin adding pages for your app. For example, you may consider having a components directory that contains all your React components.