Skip to content

Instantly share code, notes, and snippets.

@mcjcloud
Created July 10, 2020 06:42
Show Gist options
  • Save mcjcloud/5a0d9eb9b0eb51c39bba8a3883277c89 to your computer and use it in GitHub Desktop.
Save mcjcloud/5a0d9eb9b0eb51c39bba8a3883277c89 to your computer and use it in GitHub Desktop.
Asterisk Medium Article: todo page hooks
const dispatch = useDispatch()
// complete and incomplete todos
// these are fetched from redux
const completeTodos = useSelector(selectCompleteTodos)
const incompleteTodos = useSelector(selectIncompleteTodos)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment