Product
This section provides a guide to using the @archibald/product package. This package provides the logic for fetching and managing product data.
Sections
- Architecture: A guide to the data flow between hooks, clients, and providers.
- Setup: How to configure the product module and client.
useProduct: Fetch a single product.useProducts: Fetch multiple products.useReviews: Fetch product reviews.useReviewMutation: Submit product reviews.
High-level Architecture
The @archibald/product package provides the logic for fetching and managing product data via hooks and providers.