question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove `axios.all` and `axios.spread` from documentation

See original GitHub issue

Section/Content To Improve Section in main readme around performing multiple concurrent requests

Suggested Improvement There is a request to remove axios.all and axios.spread (https://github.com/axios/axios/issues/1042)

Although the functionality has not yet been removed, we can at least stop advertising it if there is intent (with good reason) to remove it. We can still keep the section on concurrent requests and talk about how to do it with the native features.

I would be happy to update the documentation if approved.

Relevant File(s): [e.g. README.md] Main Readme

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DConstantine9commented, Jan 10, 2020

Yes, everything’s ok. Good luck

0reactions
jasonsaaymancommented, May 27, 2020

Resolved by #2727

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remove `axios.all` and `axios.spread` · Issue #1042 - GitHub
all and ES6 parameter destructuring) or specialized libraries, so we should restrict our API to HTTP-related methods. We can deprecate them in 0 ......
Read more >
How to use the axios.spread function in axios - Snyk
To help you get started, we've selected a few axios examples, based on popular ways it is used in public projects. ; return...
Read more >
Why do I need to use spread function in axios.all callback?
You need to use axios.spread because it's used to spread the array of arguments into multiple arguments. This prevents errors when you are ......
Read more >
Axios Cheat Sheet - Kapeli - Dash for macOS
Make a request for a user with a given ID axios.get('/user? ... It can be convenient to set `baseURL` for an instance of...
Read more >
Using axios.all to make concurrent requests - LogRocket Blog
Learn about Axios' axios.all function for HTTP requests, differentiating Promise.all and axios.all, and making concurrent API requests.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found