diff --git a/README.md b/README.md index 50e4fda..a8517b5 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ This template combines a number of third party open source tools: - [Rails](https://rubyonrails.org/) builds and tests the backend. - [Vite](https://vitejs.dev/) builds the [React](https://reactjs.org/) frontend. - [React Router](https://reactrouter.com/) is used for routing. We wrap this with file-based routing. -- [React Query](https://react-query.tanstack.com/) queries the GraphQL Admin API. +- [React Query](https://react-query.tanstack.com/) queries the Admin API. These third party tools are complemented by Shopify specific tools to ease app development: - [Shopify API library](https://github.com/Shopify/shopify_api) adds OAuth to the Rails backend. This lets users install the app and grant scope permissions. - [App Bridge React](https://shopify.dev/tools/app-bridge/react-components) adds authentication to API requests in the frontend and renders components outside of the App’s iFrame. - [Polaris React](https://polaris.shopify.com/) is a powerful design system and component library that helps developers build high quality, consistent experiences for Shopify merchants. -- [Custom hooks](https://github.com/Shopify/shopify-frontend-template-react/tree/main/hooks) make authenticated requests to the GraphQL Admin API. +- [Custom hooks](https://github.com/Shopify/shopify-frontend-template-react/tree/main/hooks) make authenticated requests to the Admin API. - [File-based routing](https://github.com/Shopify/shopify-frontend-template-react/blob/main/Routes.jsx) makes creating new pages easier. ## Getting started diff --git a/web/frontend b/web/frontend index e6f3e8e..98451f9 160000 --- a/web/frontend +++ b/web/frontend @@ -1 +1 @@ -Subproject commit e6f3e8ed4da5250ca8890aca27c0c775eb82e67a +Subproject commit 98451f98d897d9c6ad7134fe6bebb64103e1dc09