React-Redux Polling best practices
I have an app, where we poll the backend every 5 seconds, which returns all the app data. The return can be quite large, and many components are using the data.
I have an app, where we poll the backend every 5 seconds, which returns all the app data. The return can be quite large, and many components are using the data.