TRENDING_FETCHED: (state, { payload: repos }) => ({
    ...state,
    trending: repos.map(r => r._id),
    all: {
      ...state.all,