sanfilippopablo / babel-plugin-optimize-hook-destructuringView on GitHub
Babel plugin for transforming this const [value, setValue] = useState(null) to this const {0: value, 1: setValue} = useState(null);.
44Dec 8, 2022Updated 3 years ago

Alternatives and similar repositories for babel-plugin-optimize-hook-destructuring

Users that are interested in babel-plugin-optimize-hook-destructuring are comparing it to the libraries listed below

Sorting:

Are these results useful?