Is there a way to use the same reducer for several state objects on the page? There seems to be a limitation with general reducers that add and remove items for a list for instance, if you have 2 lists on the same page, you need 2 different reducers that do exactly the same thing.