Different ways to trigger Graphql Query with React JS - Webinar #03
https://codesandbox.io/s/strange-panini-hddk6
https://codesandbox.io/s/nostalgic-violet-49hs5?file=/src/App.js
In this video we are covering all possible ways to make Graphql query fro react components
1. using apollo graphql client
2. using Urql library
3. using react query and graphql-request modules
4. using react query and axios together
5. using react query and fetch together
All these possible combination can help us to trigger graphql query from client-side
like apollo graphql client or react query client with axios or Fetch is the best combination to trigger query from react components
Comments