fetch-suspense
fetch-suspense copied to clipboard
A React hook compatible with React 16.6's Suspense component.
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...
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...
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...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](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...
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...
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...
Please consider also building a UMD/standalone version.
You can read about the `AbortController` here: https://developer.mozilla.org/en-US/docs/Web/API/AbortController