I have a dashboard application with several charts getting updated on a set interval. My first thought was to update the data in the store and then let all charts feed from ther
It is not recommended to pile up 2MB of data /second on the user's browser. Redux store is a client-side on the browser. The other part of the question regarding memory leaks don't happen as far as I know. Some useful links are:
Diagnose memory leaks using Chrome devtools
Four types of memory leaks to watch out for