March 25, 2019

291 words 2 mins read

FormidableLabs/urql

FormidableLabs/urql

The highly customizable and versatile GraphQL client.

repo name FormidableLabs/urql
repo link https://github.com/FormidableLabs/urql
homepage https://formidable.com/open-source/urql
language TypeScript
size (curr.) 15012 kB
stars (curr.) 4212
created 2018-01-24
license MIT License

✨ Features

  • 📦 One package to get a working GraphQL client in React, Preact, and Svelte
  • ⚙️ Fully customisable behaviour via “exchanges”
  • 🗂 Logical but simple default behaviour and document caching
  • 🌱 Normalized caching via @urql/exchange-graphcache

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.

While GraphQL is an elegant protocol and schema language, client libraries today typically come with large API footprints. We aim to create something more lightweight instead.

Installation

yarn add urql graphql
# or
npm install --save urql graphql

📃 Documentation

The documentation contains everything you need to know about urql, and contains several sections in order of importance when you first get started:

You can find the raw markdown files inside this repository’s docs folder.

Maintenance Status

Active: Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.

comments powered by Disqus