Skip to content

Instantly share code, notes, and snippets.

View wzuo's full-sized avatar
💭
Busy, autobusy

Kamil Sokołowski wzuo

💭
Busy, autobusy
  • Poland
View GitHub Profile
import { matchPath } from 'react-router';
class MainRouter extends Component {
static displayName = 'MainRouter';
static propTypes = {
store: React.PropTypes.object,
component: React.PropTypes.oneOfType([
React.PropTypes.element,
React.PropTypes.func,
])