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
- MicroAB is an A/B Testing API for express applications with simple persistence in redis. 🎉☆41Updated 6 years ago
- 🎣 Convert files to data-uris at build time.☆43Updated 6 years ago
- A tagged template literal utility for Node streams☆46Updated 4 years ago
- Create a 'gud nuff' (not cryptographically secure) globally unique id☆21Updated 4 years ago
- Parse your code in markdown into CodeSandbox.☆51Updated 6 years ago
- 🎣 Convert your set of strings to optimized RegExps at build time.☆37Updated 6 years ago
- Zero-runtime CSS in JS library for building React components☆18Updated 6 years ago
- The easiest way to manage loaders/errors inside a button. NOT an UI lib.☆62Updated 5 years ago
- Ideas for React APIs☆18Updated 7 years ago
- Make _classMembers 'private' using symbols☆39Updated 6 years ago
- The Perfect Test Framework☆16Updated 2 years ago
- Fold multiple render prop components into a single component.☆43Updated 7 years ago
- 📨 Separate your component's markup from their position in the render tree☆70Updated 6 years ago
- Improved sorting order for directory entities☆26Updated 6 years ago
- React hook for subscribing to document visibility☆31Updated 6 years ago
- A (300b gzip) component to render alerts/messages when offline.☆29Updated 7 years ago
- A babel-macro to transpile `Object.assign`-style expressions to direct assignments for maximum performance.☆26Updated 6 years ago
- ☆16Updated 7 years ago
- Convenient task scheduler for JavaScript using Web Workers.☆33Updated 11 years ago
- Easily allow your Node program to run in a target node version range to maximize compatibility.☆20Updated 4 years ago
- The Rehooks Logo☆27Updated 6 years ago
- Extensions API proposal for the Performance Panel☆36Updated 5 years ago
- ☆8Updated 2 years ago
- Replace all instances of "@@strings like this" with hashes.☆35Updated 4 years ago
- React grid using CSS Grid and styled-components☆95Updated 7 years ago
- Focus on targets with selectors☆29Updated 6 years ago
- An experimental css-in-js library☆81Updated 2 years ago
- Check if a GitHub Pull Request is in a (most likely) mergeable state☆22Updated 4 years ago
- Babel plugin to report dynamic imports with import-inspector with metadata about the import☆38Updated 7 years ago
- Babel plugin to transpile `css` prop to a styled component. (Experimental)☆55Updated 6 years ago