Setting up Pages in a React Application

Learn how to structure a React application into pages.

In the technical sense, we can also refer to web pages that can be accessed via routing as components. However, for the sake of clarity, we’ll refer to them as pages.

We’ll create two pages for this project: the home page and the shop page, which we’ll structure and store in a folder called pages

Get hands-on with 1200+ tech skills courses.