# vipo-react-utils

> Custom React hooks and other utils made by Vipo Nordic

Latest version **1.1.3** (published 2021-10-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install vipo-react-utils
pnpm add vipo-react-utils
yarn add vipo-react-utils
bun add vipo-react-utils
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2021-10-13 |
| First published | 2021-09-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 17 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | henskjold73, vipo |
| Maintainers | henskjold73 |
| Keywords | vipo, react, utils, hooks |

## Links

- npm: https://www.npmjs.com/package/vipo-react-utils
- Repository: https://github.com/desklabs-creative/vipo-react-utils
- Homepage: https://github.com/desklabs-creative/vipo-react-utils#readme
- Issues: https://github.com/desklabs-creative/vipo-react-utils/issues
- npm.io page: https://npm.io/package/vipo-react-utils

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.1.3 (latest) — 2021-10-13
- 1.1.2 — 2021-10-13
- 1.1.3-2 — 2021-10-13
- 1.1.2-0 — 2021-10-13
- 1.1.1-12 — 2021-09-09
- 1.1.1-10 — 2021-09-08
- 1.1.1-9 — 2021-09-08
- 1.1.1-7 — 2021-09-08
- 1.1.1-4 — 2021-09-08
- 1.1.1 — 2021-09-08
- 1.1.0 — 2021-09-08
- 1.0.1 — 2021-09-08
- 1.0.0 — 2021-09-08

## README

# vipo-react-utils

## useToggle:

useState but for boolean with toggle functions. returns value and toggle. Toggle can pass a bool to force state.

## useTimeout:

hook for using setTimeout. Returns reset and clear.

## useDebounce

Do an action, but only after a given delay. (Nice for autocompletes or search fields, or validations)

## useUpdateEffect

useEffect, but first effect is disabled.

## useArray

useState, but for arrays. Returns the array, set, push, filter, update, remove and clear.

---
_Source: https://npm.io/package/vipo-react-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
