react/packages/react-fetch
Jiachi Liu 520ffc77a3
Use globalThis if possible for native fetch in browser build (#22777)
2021-11-16 21:24:54 +00:00
..
npm [Blocks] Scaffolding react-fetch + first pass at node implementation (#18863) 2020-05-12 17:21:45 +01:00
src Use globalThis if possible for native fetch in browser build (#22777) 2021-11-16 21:24:54 +00:00
README.md [Blocks] Scaffolding react-fetch + first pass at node implementation (#18863) 2020-05-12 17:21:45 +01:00
index.browser.js [Blocks] Scaffolding react-fetch + first pass at node implementation (#18863) 2020-05-12 17:21:45 +01:00
index.js [Blocks] Scaffolding react-fetch + first pass at node implementation (#18863) 2020-05-12 17:21:45 +01:00
index.node.js [Blocks] Scaffolding react-fetch + first pass at node implementation (#18863) 2020-05-12 17:21:45 +01:00
package.json Add Flight packages to experimental allowlist (#20486) 2020-12-18 14:29:48 -08:00

README.md

react-fetch

This package is meant to be used alongside yet-to-be-released, experimental React features. It's unlikely to be useful in any other context.

Do not use in a real application. We're publishing this early for demonstration purposes.

Use it at your own risk.

No, Really, It Is Unstable

The API may will change wildly between versions.