Hacker News new | ask | show | jobs
by cosmorocket 2937 days ago
Does a set of Redux, React and some other commonly used libraries tend to degrade in performance drastically when a number of actions, amount of data going through rises significantly?
1 comments

Entirely depends on what you're doing and how you've structured things :) (Generic answer, but that's a rather generic question).

You might want to look through some of the articles in the "React and Redux Performance" section of my React/Redux links list: https://github.com/markerikson/react-redux-links/blob/master...