Nathaniel Tucker

Results 44 issues of Nathaniel Tucker

This is deprecated anyway and is needed to support React concurrent rendering. see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html (almost a year old!)

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

enhancement

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

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

enhancement

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

enhancement

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