Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FormidableLabs/urql
The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://github.com/FormidableLabs/urql
complex-apps exchange graphql graphql-client graphql-clients
Last synced: 3 months ago
JSON representation
The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
- Host: GitHub
- URL: https://github.com/FormidableLabs/urql
- Owner: urql-graphql
- License: mit
- Created: 2018-01-24T01:44:42.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T09:54:57.000Z (7 months ago)
- Last Synced: 2024-04-13T18:31:21.360Z (7 months ago)
- Topics: complex-apps, exchange, graphql, graphql-client, graphql-clients
- Language: TypeScript
- Homepage: https://urql.dev/goto/docs
- Size: 22.6 MB
- Stars: 8,468
- Watchers: 89
- Forks: 440
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- Shopify-Guide - urql
- awesome-graphql - urql - A simple caching GraphQL client for React. (Implementations / JavaScript/TypeScript)
- awesome-list - urql
- awesome-graphql - urql - A simple caching GraphQL client for React. (Libraries / JavaScript Libraries)
- awesome-react-graphql - urql
- awesome-react-render-props - urql
- awesome - urql - A highly customizable and versatile GraphQL client for React (TypeScript)
- awesome-react-render-props - urql
- awesome-graphql - urql - A simple caching GraphQL client for React. (Libraries / JavaScript Libraries)
README
## ✨ Features
- 📦 **One package** to get a working GraphQL client in React, Preact, Vue, and Svelte
- ⚙️ Fully **customisable** behaviour [via "exchanges"](https://formidable.com/open-source/urql/docs/advanced/authoring-exchanges/)
- 🗂 Logical but simple default behaviour and document caching
- 🌱 Normalized caching via [`@urql/exchange-graphcache`](https://formidable.com/open-source/urql/docs/graphcache)
- 🔬 Easy debugging with the [`urql` devtools browser extensions](https://formidable.com/open-source/urql/docs/advanced/debugging/)`urql` is a GraphQL client that exposes a set of helpers for several frameworks. It's built to be highly customisable and versatile so
you can take it from getting started with your first GraphQL project all the way to building complex apps and experimenting with GraphQL clients.**📃 For more information, [check out the docs](https://formidable.com/open-source/urql/docs/).**
## 💙 [Sponsors](https://github.com/sponsors/urql-graphql)
BigCommerce
WunderGraph
The Guild
## 🙌 Contributing
**The urql project was founded by [Formidable](https://formidable.com/) and is actively developed
by the urql GraphQL team.**If you'd like to get involved, [check out our Contributor's guide.](https://github.com/urql-graphql/urql/blob/main/CONTRIBUTING.md)
## 📦 [Releases](https://github.com/urql-graphql/urql/releases)
All new releases and updates are listed on GitHub with full changelogs. Each package in this
repository further contains an independent `CHANGELOG.md` file with the historical changelog, for
instance, [here’s `@urql/core`’s
changelog](https://github.com/urql-graphql/urql/blob/main/packages/core/CHANGELOG.md).If you’re upgrading to v4, [check out our migration guide, posted as an
issue.](https://github.com/urql-graphql/urql/issues/3114)New releases are prepared using
[changesets](https://github.com/urql-graphql/urql/blob/main/CONTRIBUTING.md#how-do-i-document-a-change-for-the-changelog),
which are changelog entries added to each PR, and we have “Version Packages” PRs that once merged
will release new versions of `urql` packages. You can use `@canary` releases from `npm` if you’d
like to get a preview of the merged changes.## 📃 [Documentation](https://urql.dev/goto/docs)
The documentation contains everything you need to know about `urql`, and contains several sections in order of importance
when you first get started:- **[Basics](https://formidable.com/open-source/urql/docs/basics/)** — contains the ["Getting Started" guide](https://formidable.com/open-source/urql/docs/#where-to-start) and all you need to know when first using `urql`.
- **[Architecture](https://formidable.com/open-source/urql/docs/architecture/)** — explains how `urql` functions and is built.
- **[Advanced](https://formidable.com/open-source/urql/docs/advanced/)** — covers more uncommon use-cases and things you don't immediately need when getting started.
- **[Graphcache](https://formidable.com/open-source/urql/docs/graphcache/)** — documents ["Normalized Caching" support](https://formidable.com/open-source/urql/docs/graphcache/normalized-caching/) which enables more complex apps and use-cases.
- **[API](https://formidable.com/open-source/urql/docs/api/)** — the API documentation for each individual package.Furthermore, all APIs and packages are self-documented using TSDocs. If you’re using a language
server for TypeScript, the documentation for each API should pop up in your editor when hovering
`urql`’s code and APIs._You can find the raw markdown files inside this repository's `docs` folder._