Pablo Sanfilippo
Results
2
repositories owned by
Pablo Sanfilippo
babel-plugin-optimize-hook-destructuring
44
Stars
2
Forks
Watchers
Babel plugin for transforming this const [value, setValue] = useState(null) to this const {0: value, 1: setValue} = useState(null);.
react-swipeable-routes
75
Stars
14
Forks
Watchers
Utility for integrating react-swipeable-views with react-router.