react/packages/react-fetch
Sebastian Markbåge 0dedfcc681
Update the exports field (#23257)
* Add .browser and .node explicit entry points

This can be useful when the automatic selection doesn't work properly.

* Remove react/index

I'm not sure why I added this in the first place. Perhaps due to how our
builds work somehow.

* Remove build-info.json from files field
2022-02-08 21:07:26 -05: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 Update the exports field (#23257) 2022-02-08 21:07:26 -05: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.