Created
February 10, 2015 00:58
-
-
Save joshbedo/03cf3d04fad8987c46d9 to your computer and use it in GitHub Desktop.
createFactory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SearchField = React.createClass | |
mixins: [ | |
InputMixin | |
InputValueMixin | |
] | |
... | |
.... | |
.... | |
// Factory creates a new instance and returns it. | |
return React.createFactory( SearchField ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment