viewProduct
ViewProduct ⇒ JSX.Element
ViewProduct component is responsible for rendering the product details page. It fetches the product data and reviews by product id using react-query. It also handles adding a review for the product.
Kind: global constant
Returns: JSX.Element
- The ViewProduct component.
Param | Type | Description |
---|---|---|
props | Object | The properties passed to the component. |