Skip to content

Instantly share code, notes, and snippets.

@jasonleehodges
Last active December 11, 2021 20:22
Show Gist options
  • Save jasonleehodges/ae39f9605de9aecb84d5e33d7a4e7ea9 to your computer and use it in GitHub Desktop.
Save jasonleehodges/ae39f9605de9aecb84d5e33d7a4e7ea9 to your computer and use it in GitHub Desktop.
Anti-pattern of an Inline Selector
export const Counter = () => {
const count = useSelector((state: RootState) => state.counter.value)
return (
<div>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment