This commit is contained in:
Dan Abramov
2022-09-29 04:16:28 +01:00
parent 8ae813f05c
commit edd2f4e6ea

View File

@@ -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)
---