piotrwitek / react-redux-typescript-realworld-app

RealWorld App implementation based on "react-redux-typescript-guide"
https://react-redux-typescript-realworld-app.netlify.com/
251 stars 75 forks source link

Abstract epics #9

Open cjroebuck opened 4 years ago

cjroebuck commented 4 years ago

The epics are quite repetitive here, is it possible to show how to create a typed middleware / action creator which will handle dispatching the request/success/error actions but allows you to choose which api method to call.