## AppProxyForm

Sets up a Remix `<Form>` component that works when rendered on an app proxy page.

Supports any properties accepted by the `<Form>` component.

Because Remix doesn't support URL rewriting, any route using this component should <b>match the pathname of the proxy URL exactly</b>, and <b>end in a trailing slash</b> (e.g., `https://<shop>/apps/proxy/`), or set the Remix Form prop `navigate` to `false`.
[View AppProxyForm](https://shopify.dev/docs/api/shopify-app-remix/v3/app-proxy-components/appproxyform)

## AppProxyLink

Sets up an `<a />` HTML element that works when rendered behind an app proxy.

Supports any properties accepted by the `<a />` HTML element.
[View AppProxyLink](https://shopify.dev/docs/api/shopify-app-remix/v3/app-proxy-components/appproxylink)