UNPKG

react-async

Version:

React component for declarative promise resolution and data fetching

37 lines (36 loc) 828 B
{ "name": "react-async", "description": "React component for declarative promise resolution and data fetching", "version": "10.0.1", "license": "ISC", "files": [ "dist-*/", "bin/" ], "pika": true, "sideEffects": false, "keywords": [ "react", "async", "promise", "fetch", "hook" ], "homepage": "https://react-async.com/", "repository": { "type": "git", "url": "https://github.com/async-library/react-async.git", "directory": "packages/react-async" }, "dependencies": {}, "peerDependencies": { "react": ">=16.3.1" }, "source": "dist-src/index.js", "types": "dist-types/index.d.ts", "main": "dist-node/index.js", "module": "dist-web/index.js", "unpkg": "dist-web/index.js", "jsdelivr": "dist-web/index.js", "umd:main": "dist-umd/index.js" }