Skip to content

Instantly share code, notes, and snippets.

@oreqizer
Created December 2, 2016 13:24
Show Gist options
  • Save oreqizer/1f861654c4535934b8cb9f962cec3fb4 to your computer and use it in GitHub Desktop.
Save oreqizer/1f861654c4535934b8cb9f962cec3fb4 to your computer and use it in GitHub Desktop.
An example how to use a selector.
// ...your component
export default connect((state, props) => ({
todos: todosSelector(state, props),
}), todoActions)(Todos);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment