Hacker News new | ask | show | jobs
by fabienjuif 2521 days ago
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)

:)

1 comments

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

Feel free to open issues if you have questions!