0.3.0 • Published 7 months ago

@whitetrefoil/use-link-state v0.3.0

Weekly downloads
-
License
Unlicense
Repository
-
Last release
7 months ago

@whitetrefoil/use-link-state

A tiny helper to link useState & events.

Usage

import {useLinkState} from '@whitetrefoil/use-link-state'


const MyElem = () => {
  const [val, setVal, linkVal] = useLinkState('')
  return (
    <input type="text" value={val} onChange={linkVal}/>
  )
}
0.3.0

7 months ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago