Hacker News new | ask | show | jobs
Light zero dependency GraphQL client, supporting cache and SSR (github.com)
1 points by fabienjuif 2521 days ago
1 comments

Here are the features:

- Light (bundlesize)

- Supports browser and Node (SSR compatible)

- Supports cache (via third party library, or your own code)

I wrote this because I wanted a light client that supports cache and that can work on nextjs.

This client is customisable since you can give your cache implementation and your fetch implementation (the browser's fetch is the default implementation)

:)

Cool stuff, can't wait to give it a try.
Thank you

Feel free to open issues if you have questions!