Similar to the previous issue citing data loading undesirably... In this case if allTransactions are not populated there can be no singleTx since a singleTx is filtered on 'id' from allTransactions. I believe some thunk middleware as mentioned reduxjs/redux#1676 would most likely solve both of these issues. Going to take a step back and think about the up coming middleware implementation.