A collection of topics that are frequently asked in React Front End Developers Interviews

1. Axios

If you know about the Axios security problem and someone asks this is for you, if you don’t know find it here, spoiler alert, it was solved a long time ago.

The solution:
https://github.com/axios/axios/pull/1485

An alternative to Axios is the request lib or fetchAPI(but this relies on some problems with code fails that get at “then” instead of “catch” and needs extra steps like response.json() and doesn’t have interceptors or all kind of stuff that makes Axios and other libs easier).

#react #javascript #coding #interview #front-end-development

Here Are 13 Advanced React Dev Interview Topics
2.05 GEEK