export const isLoading = state => Boolean(_ .chain(state) .keys() .filter(key => state[key].isLoading === true) .value() .length );