I see a lot of articles mentioning the use of a single app store, such as Redux for Angular2. Suppose you have a component of the todoList example and another state that does not affect the list, for example, the username. If you change the username, you get a completely new state object, which will reindex the entire todoList. Isn't that wasteful?
source share