Description
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.
urql alternatives and similar libraries
Based on the "API" category.
Alternatively, view urql alternatives based on common mentions on social networks and blogs.
-
React Query
🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query] -
Apollo and GraphQL for Vue.js
🚀 Apollo/GraphQL integration for VueJS -
Swagger Client
Javascript library to connect to swagger-enabled APIs via browser or nodejs -
Optic
Optic makes it easy to document your APIs, prevent breaking changes, and follow an API style-guide -
Vue Query
Hooks for fetching, caching and updating asynchronous data in Vue -
SapphireDb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core -
oauth-signature-js
JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser -
Angular Chat App Example
Build a simple group chat application with Angular 7 from scratch -
GazeRecorder
GazeRecorder | Behavior Analytics Made Easy | Website Eye-Tracking Heatmaps -
Bearer.sh
Universal API client that supports OAuth / API Key / Basic / etc. -
Bearer API Client for JavaScript
Bearer provides all of the tools to build, run and manage API integrations.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of urql or a related project?
README
A highly customisable and versatile GraphQL client
✨ 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
- 🔬 Easy debugging with the
urql
devtools browser extensions
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:
- Basics — contains the "Getting Started" guide and all you need to know when first using
urql
. - Architecture — explains how
urql
functions and is built. - Advanced — covers more uncommon use-cases and things you don't immediately need when getting started.
- Graphcache — documents "Normalized Caching" support which enables more complex apps and use-cases.
- API — the API documentation for each individual package.
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.