Skip to content

Instantly share code, notes, and snippets.

@eiyaya
Created January 24, 2017 06:41
Show Gist options
  • Save eiyaya/5f8424dc5db6eb76fd715fcf9f35d57c to your computer and use it in GitHub Desktop.
Save eiyaya/5f8424dc5db6eb76fd715fcf9f35d57c to your computer and use it in GitHub Desktop.
react inline function
<Route path='dashboard' component={props => <MyComponent myProp='some-value' {...props} />} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment