TejasQ / bookoid

An open source library management solution.
https://bookoid.netlify.app/
MIT License
29 stars 15 forks source link

Client-side GraphQL integration #8

Open iamstiil opened 3 years ago

iamstiil commented 3 years ago

As mention in #3, here we will discuss the client-side integration of the GraphQL backend.

A suggestion from my side: What do you say about using react-query to seperate calls to the backend and usage in the frontend?

EDIT: I made a POC here