Created
January 24, 2017 06:41
-
-
Save eiyaya/5f8424dc5db6eb76fd715fcf9f35d57c to your computer and use it in GitHub Desktop.
react inline function
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
<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