react-loads
react-loads copied to clipboard
React Loads is a backend agnostic library to help with external data fetching & caching in your UI components.
Please, check this example out: https://codesandbox.io/s/blissful-gould-yjrsh It seems that somewhere inside useLoads the context parameter is being used alone, instead of context+variables as the cache key.
Correct me, if I'm missing something, but I can not use the `useLoads` function from a resource I declared. Example ```lang=ts const partsResource = Loads.createResource({ _namespace: 'parts', load: getParts, fooPart:...
Similar to other issues. if I do Somewhere: ``` export async function fetchUser() : Promise { return new Promise((res, rej) => { setTimeout(() => { res({ userId: 101 }); },...
At MelbJS, one person mentioned if it were possible to log in React Loads. Unfortunately, React Loads does not support this at the moment. I think it would be a...