Posts Tagged "React"
Using Axios to make API calls in React
Axios is an HTTP client to make API calls. It is also promise based by default as in it is asynchronous. Though we can use the fetch API in react Axios provides certain benefits like cross-browser compatibility
Read Post
Making API calls in ReactJS using Fetch
Integrating an API in React is one of the key skills one should know while learning React or any other frontend libraries like Vue or AngularJS. We will be seeing the Fetch API which is available across major browsers.
Read Post
Subscribe to UIUXTEK Newsletter
One update per week. All the latest posts directly in your inbox.