For example, `useEffect`s that are only used for syncing state from one place to another. They should be replaced by derived state using `useMemo` etc.