fetch-suspense icon indicating copy to clipboard operation
fetch-suspense copied to clipboard

A React hook compatible with React 16.6's Suspense component.

Results 9 fetch-suspense issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1. Release notes Sourced from node-fetch's releases. v3.1.1 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello! Thanks for this great library. It's been super helpful and works well. I'm wondering if its going to be possible ever to trigger a manual cache clear. Say we...

enhancement

fetch-suspense is designed to work with React concurrent mode's `Suspense`. The fetch-suspense README contains an excellent example of usage with `Suspense`. The other main new API in concurrent mode is...

First of all I'd like to thank your for this awesome package. But now for a feature request / question. What if I have a component that needs to do...

enhancement

Please consider also building a UMD/standalone version.

enhancement
help wanted

You can read about the `AbortController` here: https://developer.mozilla.org/en-US/docs/Web/API/AbortController

enhancement