This monorepo contains the code that powers the generated JavaScript & TypeScript client for Gadget applications. The inner packages:
@gadgetinc/corecontains core types and interfaces that all Gadget client implementations must conform to@gadgetinc/client-hooksshared implementations of core hooks used in React/Preact libraries@gadgetinc/reactcontains bindings for React applications that want to use their Gadget backend in React components@gadgetinc/react-shopify-app-bridgecontains React components for building Shopify Applications using Shopify's App Bridge and Gadget's Shopify Connection. Read more in the Gadget docs.@gadgetinc/shopify-extensionscontains utilities for working with Shopify UI extensions in both React and JavaScript.@gadgetinc/react-chatgpt-appscontains utilities for building ChatGPT Apps SDK widgets in React.@gadgetinc/api-client-core[Deprecated] previously contained helper functions and types used to implement each client; superseded by@gadgetinc/core.