DEV Community

Discussion on: How do you handle asynchronous requests in ReactJS?

Collapse
 
potouridisio profile image
Ioannis Potouridis

Hey James,

I work on a project with redux-observable and I believe it requires too much boilerplate code for simple async actions.

I prefer the simplicity of promise middleware, I never tried redux-saga though. I need to have a look at that.

I love Apollo but where I work we don't serve GraphQL yet. I had a little experience in a side project though and it was amazing.