I\'ve started learning React / Redux and stumbled on something that is probably a very basic question. Below are snippets from my app with some code removed for simplicity s
There is a clear example here on how to do it : Facebook Tutorial
As for the endless loop, Once your array is no longer empty , Clear the Interval. This should prevent the loop.