Versatile GraphQL Client for React, Preact, Vue, and Svelte


Summary of my bookmarked Github repositories from Sep 2nd, 2021

Github repositories

  • urql-graphql/urql

    urql is a versatile GraphQL client that offers a convenient package for building GraphQL clients in React, Preact, Vue, and Svelte. It provides fully customizable behavior through "exchanges" and offers logical default behavior and document caching. With normalized caching via @urql/exchange-graphcache, it supports easy debugging using the urql devtools browser extensions. The documentation covers all aspects of using urql, including basics, architecture, advanced topics, graph caching, and API documentation for each package. The project is actively developed and welcomes contributions from the community.