mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:55:55 +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.
19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"name": "react-flight-dom-relay",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-flight-dom-relay"
|
|
},
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1",
|
|
"scheduler": "^0.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
}
|
|
}
|