Skip to content

Instantly share code, notes, and snippets.

@StevenJL
Created January 23, 2016 08:50
Show Gist options
  • Save StevenJL/4cdffe9141c6dd1f9587 to your computer and use it in GitHub Desktop.
Save StevenJL/4cdffe9141c6dd1f9587 to your computer and use it in GitHub Desktop.
var props = {};
props.foo = x;
props.bar = y;
var component = <Component {...props} baz={z}/>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment