Anybody else have useEffect dependency fatigue? I often run into situations where I want an effect to run only when a value changes, but I also need access to other values (foo, bar) in this hook that I don& #39;t want to trigger the effect.
What are some good patterns around this?
What are some good patterns around this?