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

Move away from mixins and to wrapper components #27

Closed
idolizesc opened this issue Apr 8, 2015 · 2 comments
Closed

Move away from mixins and to wrapper components #27

idolizesc opened this issue Apr 8, 2015 · 2 comments

Comments

@idolizesc
Copy link
Contributor

React is moving to ES6 classes and away from React.createClass(), but mixins do not work with ES6 classes and are being deprecated.

The solution? Move to wrapper components.

@tomchentw
Copy link
Owner

Agreed.

@tomchentw
Copy link
Owner

Released v1.0.0 and closed this now.

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

No branches or pull requests

2 participants