Aug 9, 2017 · 1 min read
Great tutorial, but I have a question, with the second approach, you will dispatch tick() for every second. I have tried it on my application, and it somehow disrupt the other actions that I dispatched. Eg: I am using React-Navigation and integrate it with redux. when the tick() dispatched every second it makes transition between screen very slow. Any thought about this? Thank you