Skip to main content

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.

ParamTypeDescription
propsObjectThe properties passed to the component.