Is there a "best practice" to do a server request every second or so?
I tried it with the thunk middleware generating a async action. I am calling it in a "ComponentWillMount"-function of my layout with the "setInterval()" function.
There are a couple of values to fetch over a rpc-implementation and the performance in the Browser is really bad.
Thanks for your help,
Michael