DEV Community

Discussion on: Fetching data from an api using React/Redux

Collapse
 
javaguirre profile image
Javier Aguirre

Thank you for the article Markus!

redux-thunk is a great library, but not easy to test unfortunately, thatโ€™s why we decided to go with redux-saga, IMHO makes the code easier to maintain and the learning curve is not much difficult than thunk if you go to the great official documentation. Have you tried it?

Kudos!