Reactjs – Prevent filtered list rerender when source array is modified
I have an array of events stored in my Redux state where each event is assigned to a user. I show all users stacked in a timeline with the corresponding events in the same row. For this I created a…