Gathering detailed insights and metrics for beautiful-react-hooks
Gathering detailed insights and metrics for beautiful-react-hooks
Gathering detailed insights and metrics for beautiful-react-hooks
Gathering detailed insights and metrics for beautiful-react-hooks
@jamsr-ui/hooks
A modern and beautiful Next.js UI components library.
react-beautiful-hooks
A collection of beautiful reusable custom react hooks
react-beautiful-hooks-library
Super useful react + ts hooks all in one place
@jamsrui/hooks
A modern and beautiful Next.js UI components library.
🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥
npm install beautiful-react-hooks
Typescript
Module System
Node Version
NPM Version
91.9
Supply Chain
94.6
Quality
76.8
Maintenance
100
Vulnerability
99.3
License
JavaScript (51.13%)
TypeScript (48.79%)
Shell (0.07%)
Total Downloads
6,772,641
Last Day
1,059
Last Week
39,418
Last Month
180,335
Last Year
2,282,722
MIT License
8,347 Stars
607 Commits
586 Forks
69 Watchers
3 Branches
55 Contributors
Updated on Jul 06, 2025
Latest Version
5.0.3
Package Id
beautiful-react-hooks@5.0.3
Unpacked Size
335.14 kB
Size
112.67 kB
File Count
229
NPM Version
8.19.4
Node Version
18.14.2
Published on
Mar 12, 2025
Cumulative downloads
Total Downloads
Last Day
-17.2%
1,059
Compared to previous day
Last Week
-12.3%
39,418
Compared to previous week
Last Month
-10.2%
180,335
Compared to previous month
Last Year
40.1%
2,282,722
Compared to previous year
2
4
50
A collection of tailor-made React hooks to enhance your development process and make it faster.
🇬🇧 English | 🇨🇳 简体中文 | 🇮🇹 Italiano | 🇪🇸 Español | 🇺🇦 Ukrainian | 🇧🇷 Brazilian Portuguese | 🇵🇱 Polski | 🇯🇵 日本語 | 🇹🇷 Türkçe
Custom React hooks allow developers to abstract the business logic of components into single, reusable functions.
I have noticed that many of the hooks I have created and shared across projects involve callbacks, references, events, and dealing with the
component lifecycle.
Therefore, I have created beautiful-react-hooks
, a collection of useful React hooks that may
help other developers speed up their development process.
Moreover, I have strived to create a concise and practical API that emphasizes code readability, while keeping the learning curve as low as
possible, making it suitable for larger teams to use and share
t
-- Please before using any hook, read its documentation! --
by using npm
:
1$ npm install beautiful-react-hooks
by using yarn
:
1$ yarn add beautiful-react-hooks
importing a hooks is as easy as the following straightforward line:
1import useSomeHook from 'beautiful-react-hooks/useSomeHook'
Some hooks are built using third-party libraries (such as rxjs, react-router-dom, redux). As a result, you will see these libraries listed
as peer dependencies.
Unless you are using these hooks directly, you need not install these dependencies.
Contributions are very welcome and wanted.
To submit your custom hook, make sure you have thoroughly read and understood the CONTRIBUTING guidelines.
Prior to submitting your pull request: please take note of the following
npm test
and npm build
before submitting your merge request.Icon made by Freepik from www.flaticon.com
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
Found 7/14 approved changesets -- score normalized to 5
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More