Where do I fetch initial data from server in a React Redux app?

后端 未结 2 979
情书的邮戳
情书的邮戳 2020-12-24 02:03

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

2条回答
  •  佛祖请我去吃肉
    2020-12-24 02:36

    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.

提交回复
热议问题