@snappmarket/hooks
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@snappmarket/hooks", | ||
"private": false, | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"author": "Jafar Rezaei (SayJeyHi) <jafar.rezaei.ard@gmail.com>", | ||
@@ -54,3 +54,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb" | ||
"gitHead": "00e860b1200a07ef55d351d896f8887a587699e6" | ||
} |
@@ -25,3 +25,3 @@ { | ||
}, | ||
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb" | ||
"gitHead": "807efde99896ed74311218197b256917efba7977" | ||
} |
@@ -28,3 +28,3 @@ { | ||
}, | ||
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb" | ||
"gitHead": "807efde99896ed74311218197b256917efba7977" | ||
} |
@@ -27,3 +27,3 @@ { | ||
}, | ||
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb" | ||
"gitHead": "807efde99896ed74311218197b256917efba7977" | ||
} |
@@ -27,3 +27,3 @@ { | ||
}, | ||
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb" | ||
"gitHead": "807efde99896ed74311218197b256917efba7977" | ||
} |
{ | ||
"name": "@snappmarket/use-geolocation", | ||
"private": false, | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"author": "Jafar Rezaei (SayJeyHi) <jafar.rezaei.ard@gmail.com>", | ||
@@ -20,19 +20,4 @@ "main": "index.js", | ||
"custom-hook", | ||
"debounce", | ||
"useDebounce", | ||
"debounce-hook", | ||
"useEffect-update", | ||
"useUpdateEffect", | ||
"useDidUpdateEffect", | ||
"useFocus", | ||
"focus-hook", | ||
"useForceUpdate", | ||
"forceUpdate-hook", | ||
"geolocation-hook", | ||
"useGeolocation", | ||
"routeChangeDetect", | ||
"routeChange-hook", | ||
"useRouteChange", | ||
"useTimer", | ||
"timer-hook" | ||
"useGeolocation" | ||
], | ||
@@ -43,3 +28,3 @@ "repository": { | ||
}, | ||
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb" | ||
"gitHead": "00e860b1200a07ef55d351d896f8887a587699e6" | ||
} |
@@ -28,3 +28,3 @@ { | ||
}, | ||
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb" | ||
"gitHead": "807efde99896ed74311218197b256917efba7977" | ||
} |
@@ -24,3 +24,3 @@ { | ||
}, | ||
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb" | ||
"gitHead": "807efde99896ed74311218197b256917efba7977" | ||
} |
# Our apps re-usable hooks | ||
> โ hooks are good, making custom re-usable ones is better | ||
<p align="center"> | ||
<img src="./logo.png" alt="react hooks" /> | ||
</p> | ||
<h1>Re-usable react hooks</h1> | ||
<h3>This hooks are implemented in our project, feel free to use and contribute on them</h3> | ||
---- | ||
[![version](https://img.shields.io/npm/v/@snappmarket/use-did-update-effect.svg?style=flat-square)](https://www.npmjs.com/package/@snappmarket/use-did-update-effect) | ||
@@ -21,3 +12,8 @@ [![downloads](https://img.shields.io/npm/dm/@snappmarket/use-did-update-effect.svg?style=flat-square)](http://www.npmtrends.com/@snappmarket/use-did-update-effect) | ||
<p align="center"> | ||
<img src="./logo.png" alt="react hooks" /> | ||
</p> | ||
---- | ||
## Hooks Found Here | ||
@@ -27,13 +23,14 @@ | ||
| ------------------------------------------------- | ---------------------------------------------------------------- | | ||
| [useDebounce](packages/useDebounce) | ๐ Change rapidly, do once | | ||
| [useDidUpdateEffect](packages/useDidUpdateEffect) | ๐งต Do not worry about render phase effect calls | | ||
| [useFocus](packages/useFocus) | ๐ต Focus on every thing you want | | ||
| [useForceUpdate](packages/useForceUpdate) | ๐ฟ force update component | | ||
| [useGeoLocation](packages/useGeoLocation) | ๐บ easily deal with navigator location API | | ||
| [useRouteChange](packages/useRouteChange) | ๐น detect when react router dom route changes | | ||
| [useTimer](packages/useTimer) | โฑ easily handle timing | | ||
| [useDebounce](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/packages/useDebounce) | ๐ Change rapidly, do once | | ||
| [useDidUpdateEffect](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useDidUpdateEffect) | ๐งต Do not worry about render phase effect calls | | ||
| [useFocus](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useFocus) | ๐ต Focus on every thing you want | | ||
| [useForceUpdate](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useForceUpdate) | ๐ฟ force update component | | ||
| [useGeoLocation](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useGeoLocation) | ๐บ easily deal with navigator location API | | ||
| [useRouteChange](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useRouteChange) | ๐น detect when react router dom route changes | | ||
| [useTimer](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useTimer) | โฑ easily handle timing | | ||
--- | ||
#### The MIT License (MIT) | ||
Copyright (c) 2020 snappmarket | ||
Copyright (c) 2020 @snappmarket | ||
@@ -47,11 +44,1 @@ Permission is hereby granted, free of charge, to any person obtaining a copy | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132616
42