react/packages/react-fetch
Sebastian Markbåge 86715efa23
Resolve the true entry point during tests (#21505)
* Resolve the entry point for tests the same way builds do

This way the source tests, test the same entry point configuration.

* Gate test selectors on www

These are currently only exposed in www builds

* Gate createEventHandle / useFocus on www

These are enabled in both www variants but not OSS experimental.

* Temporarily disable www-modern entry point

Use the main one that has all the exports until we fix more tests.

* Remove enableCache override that's no longer correct

* Open gates for www

These used to not be covered because they used Cache which wasn't exposed.
2021-06-02 18:03:29 -07:00
..
npm [Blocks] Scaffolding react-fetch + first pass at node implementation (#18863) 2020-05-12 17:21:45 +01:00
src Resolve the true entry point during tests (#21505) 2021-06-02 18:03:29 -07: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.