data-client
data-client copied to clipboard
Async State Management without the Management
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...
Fixes #2128 . ### Motivation ### Solution ### Open questions
# Motivation ## Existing design Resource *is* an Entity. Endpoints are defined as static members. The motivation is for brevity: This allows one import to both define the expected type...
Fixes #2040 . ### Motivation Currently the https://resthooks.io/docs/getting-started/validation#partial-results case is a rather cumbersome endeavor; requiring users to maintain custom validation methods for each Resource/Entity they define. Furthermore, in some systems...
Hi all, Not marking this as a bug as potentially just my own misunderstanding of the docs. In brief, I’m struggling gracefully failing if internet connection drops out and an...
**React version** : 18.1.0 **Package manager version** : yarn : 1.22.17 **Node version** : v16.13.1 **Rest Hooks version** 6.3.4 **Next JS Version** 12.1.6 **Describe the bug** I'm trying to use...
# Background Currently the https://resthooks.io/docs/getting-started/validation#partial-results case is a rather cumbersome endeavor; requiring users to maintain custom validation methods for each Resource/Entity they define. Furthermore, in some systems like GraphQL having...
### Motivation ### Solution ### Open questions
### Motivation This can happen with partial responses - requiring a merge even with 'newer' version ### Solution
This is for long-running tasks that don't resolve from a simple fetch. Endpoint is subscribed (meaning they can use polling or other methods like websockets); then on updates - they...