- 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)
- 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)
:)