master
reducer
const reducer = ( state: TransactionsState = TRANSACTIONS_INITIAL_STATE, action: Action ): TransactionsState => { switch (action.type) {