Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1--- 2title: Showcase 3order: 7 4--- 5 6# Showcase 7 8`urql` wouldn't be the same without our growing and loving community of users, 9maintainers and supporters. This page is specifically dedicated to all of you! 10 11## Used by folks at 12 13<a href="https://tripadvisor.com"> 14<img alt="TripAdvisor" height="60" src="./assets/logos/tripadvisor.png" /> 15</a> 16 17<a href="https://github.com"> 18<img alt="GitHub" height="60" src="./assets/logos/github.png" /> 19</a> 20 21<a href="https://egghead.io"> 22<img alt="Egghead" height="60" src="./assets/logos/egghead.png" /> 23</a> 24 25<a href="https://gatsbyjs.org"> 26<img alt="Gatsby" height="60" src="./assets/logos/gatsby.png" /> 27</a> 28 29<a href="https://theatlantic.com/science/"> 30<img alt="The Atlantic" height="60" src="./assets/logos/the-atlantic.png" /> 31</a> 32 33<a href="https://www.loveholidays.com"> 34<img alt="loveholidays" height="60" src="./assets/logos/loveholidays.png" /> 35</a> 36 37<a href="https://www.swan.io/"> 38<img alt="Swan" height="60" src="./assets/logos/swan.png" /> 39</a> 40 41<a href="https://www.getopensocial.com"> 42<img alt="Open Social" height="60" src="./assets/logos/open-social.png" /> 43</a> 44 45<a href="https://getsturdy.com/"> 46<img alt="Sturdy" height="60" src="./assets/logos/sturdy.png" /> 47</a> 48 49## Articles & Tutorials 50 51- [Egghead Course](https://egghead.io/lessons/graphql-set-up-an-urql-graphql-provider-in-react?pl=introduction-to-urql-a-react-graphql-client-faaa2bf5) 52 by [Ian Jones](https://twitter.com/_jonesian). 53- [How To GraphQL: React + urql](https://www.howtographql.com/react-urql/0-introduction/) 54 55## Community packages 56 57- [`reason-urql`](https://github.com/FormidableLabs/reason-urql): The official Reason bindings for 58 `urql`. 59- [`urql-persisted-queries`](https://github.com/Daniel15/urql-persisted-queries): Support for 60 Apollo-style persisted queries. 61- [`urql-computed-queries`](https://github.com/Drawbotics/urql-computed-exchange): An exchange to 62 compute fields on-the-fly using the `@computed` directive. 63- [`graphql-code-generator`](https://graphql-code-generator.com/docs/plugins/typescript-urql): A plugin 64 that helps you make typesafe hooks/components with urql. 65- [`urql-custom-scalars-exchange`](https://github.com/clentfort/urql-custom-scalars-exchange): An exchange 66 to automatically convert scalars. 67- [`@grafbase/urql-exchange`](https://github.com/grafbase/playground/tree/main/packages/grafbase-urql-exchange): URQL-exchange for handling Server Sent Events (SSE) with Grafbase GraphQL Live Queries. 68 to automatically convert scalars. 69- [`urql-rest-exchange`](https://github.com/iamsavani/urql-rest-exchange): A custom exchange for URQL that supports GraphQL queries/mutations via REST endpoints 70- [`urql-exhaustive-additional-typenames-exchange`](https://github.com/route06/urql-exhaustive-additional-typenames-exchange): URQL-exchange that add all list fields of the operation to additionalTypenames to help document caching