All Projects โ†’ beautifulinteractions โ†’ Beautiful React Hooks

beautifulinteractions / Beautiful React Hooks

Licence: mit
๐Ÿ”ฅ A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development ๐Ÿ”ฅ

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Beautiful React Hooks

React Hook Form
๐Ÿ“‹ React Hooks for form state management and validation (Web + React Native)
Stars: โœญ 24,831 (+373.69%)
Mutual labels:  hooks, react-hooks, custom-hooks
react-emotion-multi-step-form
React multi-step form library with Emotion styling
Stars: โœญ 25 (-99.52%)
Mutual labels:  react-hooks, custom-hooks
reactjs-portfolio
Welcome to my portfolio react.js repository page.
Stars: โœญ 109 (-97.92%)
Mutual labels:  front-end, react-components
react-admin-nest
Reactๅ’ŒAnt Designๅ’Œ Nest.js ๅ’Œ Mysql ๆž„ๅปบ็š„ๅŽๅฐ้€š็”จ็ฎก็†็ณป็ปŸใ€‚ๆŒ็ปญๆ›ดๆ–ฐใ€‚
Stars: โœญ 123 (-97.65%)
Mutual labels:  react-components, react-hooks
MERN-BUS-APP
This is a MFRP (My first Real Project) assigned to me during my internship at Cognizant. Made with MERN Stack technology.
Stars: โœญ 92 (-98.24%)
Mutual labels:  react-components, react-hooks
react-europe-2019
Slides and demo app from my keynote
Stars: โœญ 29 (-99.45%)
Mutual labels:  hooks, react-hooks
atomic-state
A decentralized state management library for React
Stars: โœญ 54 (-98.97%)
Mutual labels:  hooks, react-hooks
max-todos
A basic Todo app developed in React.
Stars: โœญ 19 (-99.64%)
Mutual labels:  hooks, react-hooks
React-Combine-Provider
combine react providers in ease
Stars: โœญ 29 (-99.45%)
Mutual labels:  hooks, react-hooks
Constate
React Context + State
Stars: โœญ 3,519 (-32.87%)
Mutual labels:  hooks, react-hooks
React Awesome Reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: โœญ 346 (-93.4%)
Mutual labels:  hooks, react-components
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: โœญ 18 (-99.66%)
Mutual labels:  react-components, react-hooks
react-daterange-picker
A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
Stars: โœญ 85 (-98.38%)
Mutual labels:  hooks, react-hooks
learn-react-typescript
Learning React contents with TypeScript (Hooks, Redux)
Stars: โœญ 15 (-99.71%)
Mutual labels:  hooks, react-hooks
reason-hooks-lib
A set of reusable ReasonReact hooks.
Stars: โœญ 31 (-99.41%)
Mutual labels:  hooks, react-hooks
MetFlix
A Movie app demo. Like NetFlix โค๏ธ
Stars: โœญ 50 (-99.05%)
Mutual labels:  react-components, react-hooks
use-window-focus
React Hook to check if window is focused
Stars: โœญ 19 (-99.64%)
Mutual labels:  hooks, react-hooks
react-awesome-reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: โœญ 564 (-89.24%)
Mutual labels:  hooks, react-components
how-react-hooks-work
Understand how React-hook really behaves, once and for all!
Stars: โœญ 73 (-98.61%)
Mutual labels:  react-components, react-hooks
Easy Peasy
Vegetarian friendly state for React
Stars: โœญ 4,525 (-13.68%)
Mutual labels:  hooks, react-hooks

CI/CD Coverage StatusLicense: MIT npm GitHub stars

Beautiful React Hooks


A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

Usage example

๐Ÿ‡ฌ๐Ÿ‡ง English | ๐Ÿ‡จ๐Ÿ‡ณ ็ฎ€ไฝ“ไธญๆ–‡ | ๐Ÿ‡ฎ๐Ÿ‡น Italiano | ๐Ÿ‡ช๐Ÿ‡ธ Espaรฑol | ๐Ÿ‡บ๐Ÿ‡ฆ Ukrainian | ๐Ÿ‡ง๐Ÿ‡ท Brazilian Portuguese | ๐Ÿ‡ต๐Ÿ‡ฑ Polski | ๐Ÿ‡ฏ๐Ÿ‡ต ๆ—ฅๆœฌ่ชž

๐Ÿ’ก Why?

React custom hooks allow to abstract components' business logic into single reusable functions.
So far, we've found that most of the hooks we've created and therefore shared between our internal projects have quite often a similar gist that involves callback references, events and components' lifecycle.
For this reason we've tried to sum up that gist into beautiful-react-hooks: a collection of (hopefully) useful React hooks to possibly help other companies and professionals to speed up their development process.

Furthermore, we created a concise yet concrete API having in mind the code readability, focusing to keep the learning curve as lower as possible so that the it can be used and shared in bigger teams.

-- Please before using any hook, read its documentation! --

โ˜•๏ธ Features

  • Concise API
  • Small and lightweight
  • Easy to learn

๐Ÿ•บ Install

by using npm:

$ npm install beautiful-react-hooks

by using yarn:

$ yarn add beautiful-react-hooks

๐ŸŽจ Hooks

Contributing

Contributions are very welcome and wanted.

To submit your custom hook, please make sure your read our CONTRIBUTING guidelines.

Before submitting a new merge request, please make sure:

  1. You have updated the package.json version and reported your changes into the CHANGELOG file
  2. make sure you run npm test and npm build before submitting your merge request.
  3. make sure you've added the documentation of your custom hook (you can possibly use the HOOK_DOCUMENTATION_TEMPLATE to document your custom hook).
  4. make sure you've updated the index.d.ts file with your hook types.

Made with


Icon made by Freepik from www.flaticon.com

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].