๐ฅ A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development ๐ฅ
A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development
๐ฌ๐ง English | ๐จ๐ณ ็ฎไฝไธญๆ | ๐ฎ๐น Italiano | ๐ช๐ธ Espaรฑol | ๐บ๐ฆ Ukrainian | ๐ง๐ท Brazilian Portuguese | ๐ต๐ฑ Polski | ๐ฏ๐ต ๆฅๆฌ่ช
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.
-- Please before using any hook, read its documentation! --
by using
npm:
bash $ npm install beautiful-react-hooks
by using
yarn:
$ yarn add beautiful-react-hooks
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:
npm testand
npm buildbefore submitting your merge request.
index.d.tsfile with your hook types.
This library is provided and sponsored by:
As part of our commitment to support and contribute to the open source community.
Icon made by Freepik from www.flaticon.com