Dan Abramov 2 years ago
parent
commit
edd2f4e6ea
  1. 2
      beta/src/content/apis/react/useEffect.md

2
beta/src/content/apis/react/useEffect.md

@ -1848,7 +1848,7 @@ Your cleanup logic should be "symmetrical" to the setup logic, and should stop o
}, [serverUrl, roomId]);
```
[Learn more the Effect lifecycle and how it's independent from the component's lifecycle.](/learn/lifecycle-of-reactive-effects#the-lifecycle-of-an-effect)
[Learn how the Effect lifecycle is different from the component's lifecycle.](/learn/lifecycle-of-reactive-effects#the-lifecycle-of-an-effect)
---

Loading…
Cancel
Save