react-hook-functions
v0.0.2
Published
just gets rid of squiggly brackets
Downloads
1
Readme
react-hook-functions
just gets rid of squiggly brackets
import { useState } from 'react-hooks-functions'
useState(
false,
(
select,
setSelect,
) =>
<>
...do whatever
</>
)