Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gmmorris/324a6d0ca0d0ec35868f4fdc2ca3d973 to your computer and use it in GitHub Desktop.
Save gmmorris/324a6d0ca0d0ec35868f4fdc2ca3d973 to your computer and use it in GitHub Desktop.
Snippet for "The magical quest for Componentisation"
React.createElement(
parent,
props,
React.createElement( child, childProps )
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment