DEV Community

Discussion on: Canceling setInterval in React

Collapse
 
thejoezack profile image
Joe Zack

Great tip, slick solution!

Collapse
 
dance2die profile image
Sung M. Kim • Edited

Thanks Joe.

componentWillUnmount is like Dispose (in C#), which is where you clean up stuff.

But left it out to keep it purely JavaScript