Skip to content

Instantly share code, notes, and snippets.

View adamndev's full-sized avatar

Adam adamndev

View GitHub Profile
@adamndev
adamndev / client_router.md
Last active June 5, 2021 14:47
Shopify Apps

Create a Shopify app with Apollo

Create /components/ClientRouter.js

import { withRouter } from 'next/router';
import { ClientRouter as AppBridgeClientRouter } from '@shopify/app-bridge-react';

function ClientRouter(props) {
  const { router } = props;