showing results for - "react cleanup meas"
Niklas
18 Sep 2017
1Network requests, manual DOM mutations, and logging are common examples
2of effects that don’t require a cleanup. We might want to set up a
3subscription to some external data source. In that case, it is
4important to clean up so that we don’t introduce a memory leak!