All Projects → aromalanil → useCustomHooks

aromalanil / useCustomHooks

Licence: MIT license
📦 npm package containing a set of custom hooks for your next React project.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to useCustomHooks

arc-progress
🐳 Arc circular animation progress bar drawn by canvas, you can used in the react component, or no dependence.
Stars: ✭ 42 (+250%)
Mutual labels:  hooks, react-hook
roover
🐱 A lightweight audio library for React apps.
Stars: ✭ 70 (+483.33%)
Mutual labels:  hooks, react-hook
use-app-state
🌏 useAppState() hook. that global version of setState() built on Context.
Stars: ✭ 65 (+441.67%)
Mutual labels:  hooks, custom-hook
react-emotion-multi-step-form
React multi-step form library with Emotion styling
Stars: ✭ 25 (+108.33%)
Mutual labels:  react-library, custom-hooks
React Hook Form
📋 React Hooks for form state management and validation (Web + React Native)
Stars: ✭ 24,831 (+206825%)
Mutual labels:  hooks, custom-hooks
flhooks
React like Hooks implementation for Flutter.
Stars: ✭ 38 (+216.67%)
Mutual labels:  hooks, custom-hook
use-redux-hook
A simple react hook to get access to redux store
Stars: ✭ 13 (+8.33%)
Mutual labels:  hooks, react-hook
Portfolio-2020
Simple reactjs portfolio of Motasim Foad
Stars: ✭ 102 (+750%)
Mutual labels:  hooks, react-hook
react-daterange-picker
A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
Stars: ✭ 85 (+608.33%)
Mutual labels:  hooks, npm-package
useAudioPlayer
Custom React hook & context for controlling browser audio
Stars: ✭ 176 (+1366.67%)
Mutual labels:  hooks, react-hook
use-scroll-direction
A simple, performant, and cross-browser hook for detecting scroll direction in your next react app.
Stars: ✭ 24 (+100%)
Mutual labels:  hooks, custom-hook
use-async-resource
A custom React hook for simple data fetching with React Suspense
Stars: ✭ 92 (+666.67%)
Mutual labels:  custom-hook, react-hook
useStateMachine
The <1 kb state machine hook for React
Stars: ✭ 2,231 (+18491.67%)
Mutual labels:  hooks, react-hook
Beautiful React Hooks
🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥
Stars: ✭ 5,242 (+43583.33%)
Mutual labels:  hooks, custom-hooks
react-use-comlink
Three ways to use Comlink web workers through React Hooks (and in a typesafe manner).
Stars: ✭ 39 (+225%)
Mutual labels:  hooks, react-hook
react-microsoft-login
Microsoft services authorization with React.
Stars: ✭ 65 (+441.67%)
Mutual labels:  npm-package
pyinstaller-hooks-contrib
Community maintained hooks for PyInstaller.
Stars: ✭ 66 (+450%)
Mutual labels:  hooks
fadable
Fade in elements as they move into view, at both the bottom and top of the viewport.
Stars: ✭ 16 (+33.33%)
Mutual labels:  npm-package
ansicolor
A JavaScript ANSI color/style management. ANSI parsing. ANSI to CSS. Small, clean, no dependencies.
Stars: ✭ 91 (+658.33%)
Mutual labels:  npm-package
ts-ci
🚀 A starter for TS projects meant to be published on NPM.
Stars: ✭ 282 (+2250%)
Mutual labels:  npm-package

📦 useCustomHooks 📦

npm package containing a set of custom hooks for your next React project.



🧰 Installation

Using npm or yarn 📦

# Using npm
npm i use-custom-hooks

# Using yarn
yarn add use-custom-hooks

📘 Available Hooks

📄 Documentation

For documentation, examples and other details refer Documentation

🤝🏻 Contributing

Guidelines 📋

Please read CONTRIBUTING for Code of Conduct, details and the process for submitting pull requests to us.

Basic steps:

  1. Open an issue explaining the changes.
  2. Work on the issue after you get assigned.
  3. Fork this repo.
  4. Install the dependencies using npm install.
  5. Make the changes.
  6. Check for linting errors using npm run lint.
  7. Open PR when the feature/fix is ready.
  8. The collaborators will review your PR and if approved will merge to the master.

Contributors

Thanks goes to these wonderful people (emoji key):


Aromal Anil

📖 💻 🚧

Rahul Mahesh

📖

Fernando Amezcua

💻 📖

Jonathan Carter

💻 📖

Murilo Leandro

💻 📖

This project follows the all-contributors specification. Contributions of any kind are welcome!


📜 License

Copyright (c) 2020 Aromal Anil

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

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.

✍🏻 Creator

Aromal Anil

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].