DEV Community

Discussion on: An elegant solution for memory leaks in React

Collapse
 
0916dhkim profile image
Danny Kim

I think cancel token of axios is an actual solution for this problem. What's your thoughts about request cancellation during useEffect cleanup?