# just-hook

> awesome react hooks

Latest version **1.0.8** (published 2021-06-24) · 0 weekly downloads

## Install

```sh
npm install just-hook
pnpm add just-hook
yarn add just-hook
bun add just-hook
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2021-06-24 |
| First published | 2021-05-14 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 1 |
| Unpacked size | 90.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | adilsonLopesDev |
| Maintainers | _antoniolopes_ |

## Links

- npm: https://www.npmjs.com/package/just-hook
- Repository: https://github.com/AdilsonLopesDev/just-hook
- Homepage: https://github.com/AdilsonLopesDev/just-hook#readme
- Issues: https://github.com/AdilsonLopesDev/just-hook/issues
- npm.io page: https://npm.io/package/just-hook

## Dependencies (1)

- [awesome-debounce-promise](https://npm.io/package/awesome-debounce-promise.md) ^2.1.0

## Recent versions

- 1.0.8 (latest) — 2021-06-24
- 1.0.7 — 2021-06-24
- 1.0.6 — 2021-06-24
- 1.0.5 — 2021-06-24
- 1.0.4 — 2021-05-27
- 1.0.3 — 2021-05-14
- 1.0.2 — 2021-05-14
- 1.0.1 — 2021-05-14
- 1.0.0 — 2021-05-14

## README

# just-hook

> awesome react hooks

[![NPM](https://img.shields.io/npm/v/just-hook.svg)](https://www.npmjs.com/package/just-hook) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save just-hook
```

## Usage

```tsx
import React from 'react'

import { useLocalStorage } from 'just-hook'
import 'just-hook/dist/index.css'

const App = () => {
  const [data, set, remove] = useLocalStorage('keys', 'antonioLopes')

  console.log(data, set, remove)
  return <h1>Antonio Lopes</h1>
}

export default App
```

## License

MIT © [Antonio Lopes](https://github.com/adilsonlopesdev)

# just-hook

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