@data-client/core
Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch
Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch
Server Side Rendering helpers for Data Client
Testing utilities for Data Client
Quickly define typed GraphQL resources and endpoints
Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch
Asynchronous data framework for React
DatX bindings for SWR
An entity management library for Supabase and SWR
Data fetching for Angular
React CRUD hooks built on top of swr.
swr-promise is a utility that caches promise results with configurable expiration, error tolerance, and garbage collection to enhance performance and manage cache behavior.
DEPRECATED: Merged into [@slimr/react](https://npmjs.org/package/@slimr/react)
A collection of useful 1st and third party react components, hooks, and util. Includes several other @slimr libs for convenience
A tiny (~600B when bundled) hook that accepts a function callback, calls the function and returns a reactive callback state. Uses a cache and will return the cache value if available while waiting for the callback to complete, then update the return on co