#
useeffectevent
useEffectEvent hook and effect events
WebShould useEffectEvent Return Cleanup for useEffect?
Don't return cleanup from useEffectEvent. Keep lifecycle cleanup inside useEffect; useEffectEvent should be for stable event logic to avoid stale closures.
1 answer• 1 view