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.
Currently, cache keys are a hash of the fetch options for the GraphQL operation.
A much simpler system is to allow users to define an arbitrary cache key for a GraphQL operation. This will result in a smaller, easier to understand API and a smaller bundle size without the fnv1a dependency.
Currently, cache keys are a hash of the
fetch
options for the GraphQL operation.A much simpler system is to allow users to define an arbitrary cache key for a GraphQL operation. This will result in a smaller, easier to understand API and a smaller bundle size without the
fnv1a
dependency.