DEV Community

Discussion on: Hooks Introduced in React-Router v5.1

Collapse
 
ezzbee profile image
Ezzbee

Hi Nero,

I'm just learning reactJS and I'm having a problem with app I'm working on.

It is supposed to be an online store. I've a product object use to store data about the various products for sale.

The challenge I'm having is how to pass this object in my route statement to the component that will display this object as a kind of catalog.

Currently, I've the following line in my router block:

where {Product} is the component.

I'll really appreciate your help. Thanks.