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);.
44Updated 2 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