Skip to content

Instantly share code, notes, and snippets.

@michaltakac
Created November 23, 2015 19:55
Show Gist options
  • Save michaltakac/12691f886800178195ae to your computer and use it in GitHub Desktop.
Save michaltakac/12691f886800178195ae to your computer and use it in GitHub Desktop.
Meteorboard - home page
import Component from 'react-pure-render/component';
import React, {PropTypes} from 'react';
export default class Page extends Component {
static propTypes = {
// ...
}
render() {
return (
<div>
{/* There will be home page components */}
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment