Skip to content

Instantly share code, notes, and snippets.

@evserykh
Last active February 17, 2017 13:26
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 evserykh/3b7f8ca6122d04c108c27bc2fdbd4db7 to your computer and use it in GitHub Desktop.
Save evserykh/3b7f8ca6122d04c108c27bc2fdbd4db7 to your computer and use it in GitHub Desktop.
HelloWorld.jsx
import React from 'react';
const HelloWorld = props => <h1>Hello World from {props.location.pathname}</h1>;
export default HelloWorld;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment