UNPKG

@hocs/throttle-handler

Version:

Throttle handler HOC for React and React Native

35 lines (34 loc) 796 B
{ "name": "@hocs/throttle-handler", "version": "0.5.0", "description": "Throttle handler HOC for React and React Native", "keywords": [ "react", "react-native", "hoc", "recompose", "throttle" ], "main": "build/node-cjs/index.js", "browser": "build/browser-esm/index.js", "react-native": "build/react-native/index.js", "files": [ "build/" ], "repository": "deepsweet/hocs", "author": "Kir Belevich <kir@belevi.ch> (https://github.com/deepsweet)", "license": { "type": "MIT", "url": "https://github.com/deepsweet/hocs/blob/master/license.md" }, "publishConfig": { "access": "public" }, "dependencies": { "just-throttle": "^1.0.2", "react-display-name": "^0.2.4" }, "peerDependencies": { "react": "^16.3.0" } }