Tagged: API

API call in Next.js - Clue Mediator

API call in Next.js

Today we’ll show you how to make API call in Next.js and display records in grid. As we already show you how to call API in ReactJS. So in this...

File upload in Node.js - Clue Mediator

File Upload in Node.js

This is the article all about the file upload in Node.js. A large number of applications allow users to upload profile pictures and other files. Therefore, files upload is a...

Create REST API in Node.js - Clue Mediator

Create REST API in Node.js

Today we will show you how to create REST API in Node.js. So we can use it in front-end application like ReactJS, Angular, Vue.js, etc. Create REST API in Node.js,...

API Calls with React Hooks - Clue Mediator

API calls with React Hooks

In this article, we will show you how to make API calls with React Hooks. We will use useState hooks to make it working with functional component. How to consume...

API call in React JS - Clue Mediator

API call in React JS

API integration is the most important part of the React JS application. So today we will show you how to fetch data via API call in React JS. How to...