data-client icon indicating copy to clipboard operation
data-client copied to clipboard

Async State Management without the Management

Results 31 data-client issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

- 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...

enhancement

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...

enhancement

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...

enhancement

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...

bug

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...

bug

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!

enhancement

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...

enhancement

**Describe the solution you'd like** * Custom manager. * Shows connection, disconnection lifecycles. * Shows intercepting sub/unsub actions * Shows dispatching receives on message pushes

enhancement