graphql-react
graphql-react copied to clipboard
A GraphQL client for React using modern context and hooks APIs that is lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.
I’ll be using a go library for the server and I was not sure if this library supported [automatic persisted queries](https://gqlgen.com/reference/apq/) If so, how do I use this functionality?
Great library, and mostly fits my design goals. Really like the hash-based cache choice, easiness of having non-singleton configuration, and most of all library size. I was wondering if you...