2 Guides

urql

How to consume GraphQL APIs in React using URQL?

Today, more and more applications are using GraphQL APIs. There are multiple ways to consume them in React, and URQL is one of them.

4 Ways to Fetch Data from a GraphQL API in React

GraphQL APIs are a tad bit different from other types like REST in implementation. Let's go through four ways we can use GraphQL APIs in React.