Skip to main content

react-use-hooks

Guides the application of react-use hooks to create concise and maintainable React features, enhancing code readability and performance.

Install this skill

or
94/100

Security score

The react-use-hooks skill was audited on Feb 12, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 91

External URL reference

SourceSKILL.md
91| [`useInterval`](./references/useInterval.md) | A declarative interval hook based on [Dan Abramov's article on overreacted.io](https://overreacted.i | AUTO |
low line 147

External URL reference

SourceSKILL.md
147| [`createReducerContext`](./references/createReducerContext.md) | Factory for react context hooks that will behave just like [React's `useReducer`](https://reactjs.or | AUTO |
low line 148

External URL reference

SourceSKILL.md
148| [`createStateContext`](./references/createStateContext.md) | Factory for react context hooks that will behave just like [React's `useState`](https://reactjs.org/ | AUTO |
low line 155

External URL reference

SourceSKILL.md
155| [`useLatest`](./references/useLatest.md) | React state hook that returns the latest state as described in the [React hooks FAQ](https://reactjs | AUTO |
low line 163

External URL reference

SourceSKILL.md
163| [`usePrevious`](./references/usePrevious.md) | React state hook that returns the previous state as described in the [React hooks FAQ](https://react | AUTO |
low line 166

External URL reference

SourceSKILL.md
166| [`useRafState`](./references/useRafState.md) | React state hook that only updates state in the callback of [`requestAnimationFrame`](https://develo | AUTO |
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →