mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
* Rename to clarify that it's client-only * Rename FizzStreamer to FizzServer for consistency * Rename react-flight to react-client/flight For consistency with react-server. Currently this just includes flight but it could be expanded to include the whole reconciler. * Add Relay Flight Build * Rename ReactServerHostConfig to ReactServerStreamConfig This will be the config specifically for streaming purposes. There will be other configs for other purposes.
8 lines
249 B
Markdown
8 lines
249 B
Markdown
# react-client
|
|
|
|
This is an experimental package for consuming custom React streaming models.
|
|
|
|
**Its API is not as stable as that of React, React Native, or React DOM, and does not follow the common versioning scheme.**
|
|
|
|
**Use it at your own risk.**
|