Skip to content

Instantly share code, notes, and snippets.

@tricoder42
Last active June 6, 2017 19:30
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 tricoder42/f8479d9cbed6aba46e3da73efaf5e8c2 to your computer and use it in GitHub Desktop.
Save tricoder42/f8479d9cbed6aba46e3da73efaf5e8c2 to your computer and use it in GitHub Desktop.
2017/06/06 [Medium] Use Selectors in Redux for Great Good
const mapStateToProps = (state) => ({
todos: allTodos(state) // instead of state.todos
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment