renatorib / urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Home Page:https://formidable.com/open-source/urql/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urql

A highly customisable and versatile GraphQL client

Test Status Maintenance Status Weekly downloads Visit docs GitHub Discussions: Chat With Us

✨ Features

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 work on this project for the foreseeable future. Bug reports, feature requests and pull requests are welcome.

About

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

https://formidable.com/open-source/urql/docs/

License:MIT License


Languages

Language:TypeScript 80.5%Language:JavaScript 16.1%Language:HTML 2.9%Language:CSS 0.3%Language:Vue 0.1%Language:Svelte 0.1%