0.2.0 • Published 4 months ago

@whitetrefoil/use-link-state v0.2.0

Weekly downloads
-
License
Unlicense
Repository
-
Last release
4 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.2.0

4 months ago

0.1.1

1 year ago

0.1.0

1 year ago