Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polizz/react-with-hooks-removal-codemod
Remove the react-with-hooks library code when React 16.7.0 is released
https://github.com/polizz/react-with-hooks-removal-codemod
Last synced: 3 months ago
JSON representation
Remove the react-with-hooks library code when React 16.7.0 is released
- Host: GitHub
- URL: https://github.com/polizz/react-with-hooks-removal-codemod
- Owner: polizz
- Created: 2018-11-17T16:04:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T20:46:24.000Z (about 6 years ago)
- Last Synced: 2024-09-23T01:14:22.303Z (5 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-codemods - react-with-hooks-removal-codemod - Remove the react-with-hooks library code when React 16.7.0 is released. (Frameworks / React.js)
README
# react-with-hooks polyfill codemod
This transform upgrades files based on [react-with-hooks](https://github.com/yesmeck/react-with-hooks) up to React 16.7.0 when it is released.
### Install
```
npm install @polizz/react-with-hooks-removal-codemod -D
yarn add @polizz/react-with-hooks-removal-codemod -D
```### Run
```removeWithHooksPolyfill ````````` are any valid jscodeshift options, i.e. "--extensions jsx"