urql
by
urql-graphql

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

View on GitHub ↗

Summary Information

Updated 2 minutes ago
Added to GitGenius on November 3rd, 2023
Created on January 24th, 2018
Open Issues & Pull Requests: 29 (+0)
Number of forks: 478
Total Stargazers: 8,963 (+0)
Total Subscribers: 84 (+0)

Issue Activity (beta)

Open issues: 13
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 913 days
Stale 30+ days: 12
Stale 90+ days: 11

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug 🐛 (166)
  • future 🔮 (121)
  • needs more info ✋ (68)
  • documentation 📖 (30)
  • duplicate ♊ (14)
  • won't fix 🛑 (11)
  • good first issue 🤩 (9)
  • help wanted ⛏️ (8)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 33.4 hours
Mean response time: 262.6 days
90th percentile: 1214.1 days
Tracked items: 97

Most active contributors

Detailed Description

urql is a highly customizable GraphQL client written in TypeScript that provides framework-agnostic helpers for building GraphQL-powered applications. The project is designed to scale from simple getting-started scenarios to complex applications, with a philosophy of starting with sensible defaults while allowing developers to customize behavior as their needs grow. The client supports multiple modern UI frameworks including React, Preact, Vue, Solid, and Svelte through a single package distribution.

The core architecture of urql centers on an "exchanges" system that enables full customization of client behavior. This exchange-based approach allows developers to compose and extend functionality modularly rather than being locked into a fixed feature set. The client ships with logical but simple default behavior including document caching out of the box. For applications requiring more sophisticated data management, urql offers normalized caching through the separate @urql/exchange-graphcache package, which enables handling of complex application state and cache management patterns.

According to GitGenius activity tracking, the repository shows median issue and pull request response latency of 33.4 hours across 97 tracked items, indicating active maintenance and community engagement. The most frequently labeled issues relate to future features (23 items), requests for more information (4 items), and documentation improvements (2 items). The project's core contributors include JoviDeCroock with 99 tracked events and kitten with 71 tracked events, demonstrating consistent leadership and oversight. The repository maintains connections with major open-source projects including Microsoft's VSCode and TypeScript repositories as well as the Rust language project through overlapping contributor networks.

The feature set includes built-in devtools browser extensions for debugging GraphQL operations, making development and troubleshooting more accessible. The project is actively maintained by the urql GraphQL team, originally founded by Formidable, and receives sponsorship from companies including BigCommerce, WunderGraph, The Guild, and BeatGig. The repository uses a changesets-based release process that allows for independent versioning of multiple packages within the monorepo structure. Documentation is comprehensive and organized into sections covering basics, architecture, advanced use cases, normalized caching specifics, and detailed API references, with all APIs additionally documented through TypeScript JSDoc comments for inline editor support.

urql
by
urql-graphqlurql-graphql/urql

Repository Details

Fetching additional details & charts...