Skip to content

Instantly share code, notes, and snippets.

@joshbedo
Created February 10, 2015 00:58
Show Gist options
  • Save joshbedo/03cf3d04fad8987c46d9 to your computer and use it in GitHub Desktop.
Save joshbedo/03cf3d04fad8987c46d9 to your computer and use it in GitHub Desktop.
createFactory
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