Skip to content

Commit d19e4b4

Browse files
authored
Update documentation for urql (graphql#969)
* Update urql's description and metadata * Add descriptions as seen for graphql-yoga et al * Replace "The" with "A" In our tagline we use "The" on our own pages, and "A" on external documentation.
1 parent b7c576e commit d19e4b4

File tree

1 file changed

+9
-3
lines changed
  • src/content/code/language-support/javascript/client

1 file changed

+9
-3
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
---
22
name: urql
3-
description: A highly customizable and versatile GraphQL client for React.
4-
url: https://formidable.com/open-source/urql/
3+
description: A highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
4+
url: https://formidable.com/open-source/urql/docs/
55
github: FormidableLabs/urql
6-
npm: "urql"
6+
npm: "@urql/core"
77
---
88

9+
`urql` is a GraphQL client that exposes a set of helpers for several frameworks.
10+
It's built to be highly customisable and versatile so you can take it from getting started with your first GraphQL project
11+
all the way to building complex apps and experimenting with GraphQL clients.
912

13+
- Currently supports React, React Native, Preact, Svelte, and Vue, and is supported by GraphQL Code Generator.
14+
- Logical yet simple default behaviour and document caching, and normalized caching via `@urql/exchange-graphcache`
15+
- Fully customizable behaviour via "exchanges" (addon packages)

0 commit comments

Comments
 (0)