Answer the question
In order to leave comments, you need to log in
Best library for asynchronous data fetching?
Found several options
redux-async-connect
react-resolver
redial
async-props
react-async
What do you use(used)? And what do you think is the best option?
Answer the question
In order to leave comments, you need to log in
I use fetch-polyfill , when we get rid of old browsers, we can just use native fetch and remove the polyfill. If not fetch, then there is also axios , which for some reason you did not specify. There was no need for anything more complex.
I'm sorry, I didn't phrase the question correctly. I meant a library that saves the data received by an asynchronous request in redux and then supply the components with this data.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question