DEV Community

Discussion on: React: Not Everything is State

Collapse
 
aralroca profile image
Aral Roca

I'm always using this approach to storage intervals and timeouts to then clean it on willUnmount 😄

In fact, is better to only storage values directly to the state when after change this value you expect to refresh the DOM.

Short article but great 😉