mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
515326753b
* Rename ReactCache -> ReactCacheOld We still use it in some tests so I'm going to leave it for now. I'll start making the new one in parallel in the react package. * Add react/unstable-cache entry point * Add react-data entry point * Initial implementation of cache and data/fetch * Address review
23 lines
432 B
JSON
23 lines
432 B
JSON
{
|
|
"private": true,
|
|
"name": "react-data",
|
|
"description": "Helpers for creating React data sources",
|
|
"version": "0.0.0",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-data"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"index.js",
|
|
"fetch.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.13.1"
|
|
}
|
|
}
|