Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React: Remove uses of React.createClass in publicKeyCryptography #17635

Merged
merged 11 commits into from Sep 9, 2017

Conversation

islemaster
Copy link
Contributor

More work extracted from #16861 getting us ready to update to React 15.6+. React.createClass is deprecated, and I'm slowly upgrading our components to ES6 classes.

This sixth batch is components within src/publicKeyCryptography.

Copy link
Member

@davidsbailey davidsbailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Are you using https://github.com/reactjs/react-codemod for this or doing it manually?

@islemaster
Copy link
Contributor Author

I'm doing this manually - I don't trust codemod to understand which methods need to be bound, or to use the class property syntax babel extension we've been using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants