Skip to content

Instantly share code, notes, and snippets.

@gigobyte
Last active May 10, 2017 20:26
Show Gist options
  • Save gigobyte/fcd1d40b00b1bf797b5b34069d4b00ee to your computer and use it in GitHub Desktop.
Save gigobyte/fcd1d40b00b1bf797b5b34069d4b00ee to your computer and use it in GitHub Desktop.
@connect((store, ownProps) => ({
category: getCategoryById(ownProps.categoryId, store.sports.get('categories')),
matches: filterMatchesByCategoryId(ownProps.categoryId, ownProps.matches)
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment