data-client
data-client copied to clipboard
Async State Management without the Management
## Motivation - fetch-as-render pattern results in over-fetching (non-stale data is fetched on every transition) - centralize more handling - less in hooks = happier world ## Current world Currently...
- step 1) figure out what makes sense for loading/error states by drawing boxes - step 2) codeshare loading with actual component by extracting Wrapper/Container components ( they only define...
This is explore possible ergonomics improvements to GraphQL support. For context, the initial library was built to support 100% of the powers of Rest Hooks high performance high data integrity...
Hi, I’m evaluating rest-hooks for a new project. We already use OpenAPI/Swagger. Does it sound like a good idea to write an OpenAPI generator to transform the OpenAPI definitions into...
Hi! I display a paginated result from `useResource` at one point in my app. The user can create additional items for this list in a dialog. The docs for [immediate...
React version (e.g., 16.8.5) : 16.14.0 Concurrent mode no Rest Hooks version 6.1.7 **Describe the bug** Result of controller.fetch or useFetcher of Resource.detail() are not instanceof Resource which causes a...
Fixes # . ### Motivation ### Solution ### Open questions
I would very much like to hear that there is a version of this splendid project for Svelte! I beg you! Tell me it exists!
Hello, I have a normal class, can I use it to create a resource? Something like this? ```typescript export class Demo { id: number, value: string } ``` ```typescript export...
**Describe the solution you'd like** * Custom manager. * Shows connection, disconnection lifecycles. * Shows intercepting sub/unsub actions * Shows dispatching receives on message pushes