What happens if sort order is important? For example, if the order returned from the server is the same order we’re required to present to the user. In that case, we can store an additional array of ID’s only:Avoiding Accidental Complexity When Structuring Your App State2.7K29Tal KolAndrey LuizFollowJul 21, 2017 · 1 min readOr, in that case, handle sorting in the selectors.