sanfilippopablo / babel-plugin-optimize-hook-destructuring

Babel plugin for transforming this const [value, setValue] = useState(null) to this const {0: value, 1: setValue} = useState(null);.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sanfilippopablo/babel-plugin-optimize-hook-destructuring Stargazers