Cross-cutting / @fjell/providers
React delivery primitives
Hooks connect client and cache behavior to loading, errors, queries, items, and subscriptions.
How to use it
Hooks connect client and cache behavior to loading, errors, queries, items, and subscriptions.
Minimal project sample
const { item, loading, error } = useCacheItem({ kt:"user", pk:id });Where it connects
This component participates in the Fjell workflow as a cross-cutting layer. See the complete relationship map and sample application to understand its neighbors.
See architecture → See sample app →