Skip to content

Instantly share code, notes, and snippets.

@tomkis
Created October 11, 2015 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomkis/95c5404bc092be67df76 to your computer and use it in GitHub Desktop.
Save tomkis/95c5404bc092be67df76 to your computer and use it in GitHub Desktop.
Routable high order component.
export default routable('/absolute/route/foo', props => <span>Foo</span>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment