Graffy is an open source library to serve and consume your app’s data over deliciously fast and intuitive APIs. It runs on any JavaScript-based client or server environment, and supports:
All these things are composable and work seamlessly together.
<aside> 🏗️ Graffy is still under heavy development; some of this stuff may not work yet.
</aside>
Graffy also has an idiomatic API for React and React Native users.
const { data, loading, error } = useQuery(query);
🧩Cache provides in-memory caching with optional optimistic updates