rem’s avatarrem’s Twitter Archive—№ 64,427

      1. Redux: want to transform a value before it hits state, but it's async AND requires input from other bits of state. Solve with middleware?
    1. …in reply to @rem
      I _think_ this is a side effect, and I don't want to use Sagas (more overhead than I want to add). Keep trying to solve with async actions—
  1. …in reply to @rem
    —but it just doesn't fit. Particularly as it requires additional state values, which the action creator doesn't have access to.