I am about to start a project where I will be using react and redux, In previous applications I have built I used redux-saga to handle side effects like api calls e.t.c but the fact that redux-saga has so much boilerplate code I didn't really enjoy using it. I have used redux-thunk but not in production.
Please what other libraries do you use to handle side effects and why did you choose them over the available alternatives?
redux-loop - you can collocate side effects with the reducer logic