PoppingPopper
RReactiflux
•Created by PoppingPopper on 10/8/2022 in #react-forum
setInterval without destroying it to update state?
I have a perdicament where I want to update state on an interval. Every way that I go about it I find myself being forced to use the dependency array of the useEffect for the setInterval so I can get updated state values. This causes my interval to just be destroyed and rebuilt every interval because of state changing on the interval.
How can I achieve this interval without ever having to destroy it to listen to state changes?
5 replies