1.0.8 • Published 3 years ago

just-hook v1.0.8

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

just-hook

awesome react hooks

NPM JavaScript Style Guide

Install

npm install --save just-hook

Usage

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

just-hook

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago