0.20.2 • Published 3 years ago

@vulppi/react-use-state-history v0.20.2

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

useInterval

const Component: React.FC = (props, ref) => {
  const [state, setState, stateHistory] = useStateHistory(initial, {
    max: 100, // default 10
  })

  return <></>
}
0.20.2

3 years ago

0.20.1

3 years ago

0.20.0

3 years ago