Category: Working with APIs

Recent Post

Using the Fetch API in React with functional components

How to use JavaScript's native Fetch API to make HTTP requests in React.

How to upload a file using the Fetch API

You can upload a file using the Fetch API as part of a FormData object or as a standalone file.

Create an upload progress bar with Axios

Using Axios, you can track the upload progress of a POST request to create a progress bar.

Web scraping in NodeJS with Puppeteer

Learn how to scrape data from web pages.

Using Axios to make HTTP requests (GET, POST, PUT & DELETE)

Axios allows you to make HTTP requests with minimal syntax.

POST form data using JavaScript’s Fetch API

Fully control form data submission using JavaScript's Fetch API.

Make fetch GET, POST, PUT and DELETE requests in a single line

Reduce the amount of code needed to make HTTP requests using fetch.

Using fetch to make GET, POST, PUT and DELETE requests

Learn how to make HTTP requests in plain JavaScript using it's in-built fetch method.

Using fetch() to import data

How to use fetch() to retrieve data from an external API for use in your project.