Skip to content

Instantly share code, notes, and snippets.

@manoelneto
Created August 7, 2018 21:46
Show Gist options
  • Save manoelneto/01c50b702d6c185311ed3c40e7a0bbb1 to your computer and use it in GitHub Desktop.
Save manoelneto/01c50b702d6c185311ed3c40e7a0bbb1 to your computer and use it in GitHub Desktop.
const myComponent = ({router, anotherFunc}) => {
...
}
export default withRouter(myComponent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment