Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notes about axios - it's a simple but vital software #99

Open
sanjarcode opened this issue Oct 13, 2023 · 0 comments
Open

Add notes about axios - it's a simple but vital software #99

sanjarcode opened this issue Oct 13, 2023 · 0 comments
Assignees

Comments

@sanjarcode
Copy link
Member

sanjarcode commented Oct 13, 2023

  1. axios works the same way on web, mobile (android, ios) and Node (TBD)
  2. The implicit way to pass headers, query params and payloads.
  3. Auto content-type.
  4. File handling part is also partially handled
  5. interceptors are simple to use

of course, await-to-js combined with axios makes code very simple (compared to try catch)

@sanjarcode sanjarcode self-assigned this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant