https://github.com/drewml/react-15-migration-analyzer
Determine places in your codebase that need to be updated for a move from React 0.14.x to 15
https://github.com/drewml/react-15-migration-analyzer
Last synced: about 1 year ago
JSON representation
Determine places in your codebase that need to be updated for a move from React 0.14.x to 15
- Host: GitHub
- URL: https://github.com/drewml/react-15-migration-analyzer
- Owner: DrewML
- Created: 2016-08-11T15:25:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T15:26:18.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T22:29:09.652Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React 15 Migration Analyzer
This repo contains a series of read-only codemods (using [JSCodeShift](https://github.com/facebook/jscodeshift/)) that will help you or your team determine the amount of work necessary to upgrade from React version 0.14 to 15. These codemods will _not_ modify your code - they will simply spit out detailed info about files/locations that need to be updated to remove unsupported APIs.
## Current Analyzers
1. [`deprecated-addons`](deprecated-addons.js)
2. [`deprecated-react-methods`](deprecated-react-methods.js)
## TODO
Finish adding analyzers to account for the rest of the [removed deprecations](https://facebook.github.io/react/blog/2016/04/07/react-v15.html#removed-deprecations) in the React 15 removed deprecations list.