Loading video...
Video Failed to Load
⚛️ Future React tip ↓ ❌ Omitting useEffect dependencies usually leads to hard-to-find bugs. ✅ Having said that, there are use cases when you need to run an effect only when reactive parts of the useEffect changes ↓ Extract non-reactive parts with useEffectEvent()
78,174 views • 2 years ago •via X (Twitter)
10 Comments

I've been working professionally with React for more than 8 years and I compiled all my knowledge into 100+ infographics just like this one. Check them out ↓

I've been working professionally with React for more than 8 years and I compiled all my knowledge into 100+ infographics just like this one. Check them out ↓

The amazing part about it, there is not single word about it in release notes. When did this land ? 🤔

It's not part of a stable React release yet, but you can find more info here I find this to be one missing piece for the useEffect hook, hope they release it soon!

I didn't know about `useEffectEvent` hook before. Nice tip, George 👍

Glad you found it useful Shripal!

Can you just remove from effect dependencies?

Great explanation George.

Thanks Csaba!

Is useEffectEvent already on React? The react documentation says "This section describes an experimental API that has not yet been released in a stable version of React."
