export const hatenaEntryReducer = reducerWithInitialState(initialState)
  .case(getEntry.async.started, state => {
    return {
      ...state,
      entry: {