Global Components and Hooks
📄️ Host Components
Host components are reusable React components from the Fynd Commerce theme engine, imported via fdk-core/components. Includes FDK Link and other platform components for navigation, routing, and storefront interactions. Use named imports instead of building equivalent functionality from scratch.
📄️ Hooks and Utilities
Hooks and utilities from fdk-core/utils for building responsive, state-driven Fynd Commerce themes. Interact with the Redux store, access client information, and handle URL conversions in React components. Reference list of available hooks and helper functions for theme developers.