@mmuscat/angular-swr
Data fetching for Angular
Data fetching for Angular
Experimental extensions for Rest Hooks
Endpoints for GraphQL APIs
Server Side Rendering helpers for Rest Hooks
Normalized state management for async data. Safe. Fast. Reusable.
Asynchronous data framework for React
react-query devtools for SWR
Simple and effective wrapper for Vercel's SWR data fetching library
React API client
React API client
<div align="center"> <h1 align="center">@solomonai/cache</h1> <h5>Cache all the things</h5> </div>
Reusable HTTP hooks for React and Frappe
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