I
I
Islam Ibakaev2017-06-11 00:56:14
JavaScript
Islam Ibakaev, 2017-06-11 00:56:14

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

3 answer(s)
F
Frozen Coder, 2017-06-11
@devellopah

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.

M
Maxim, 2017-06-11
@maxfarseer

I use isomorphic-fetch

I
Islam Ibakaev, 2017-06-11
@devellopah

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 question

Ask a Question

731 491 924 answers to any question