The way to write your code

Fetch API data using useEffect React Hook - Clue Mediator

Fetch API data using useEffect React Hook

Today we’ll show you how to fetch API data using useEffect React Hook. In the previous article, we have provided the examples of the useEffect React Hook. Here, we will...

How to verify Google reCAPTCHA v3 response - Clue Mediator

How to verify Google reCAPTCHA v3 response

Today we’ll show you how to verify Google reCAPTCHA v3 response using Node.js. In the previous article, we explained to you how to implement reCAPTCHA v3 in React. Here, we...

How to implement reCAPTCHA v3 in React - Clue Mediator

How to implement reCAPTCHA v3 in React

Today we’ll show you how to implement reCAPTCHA v3 in React. There are many libraries that are available to add Google reCAPTCHA to the React application, but if possible the...

How to implement a bar chart in React - Clue Mediator

How to implement a bar chart in React

In this article, we will explain to you how to implement a bar chart in React. As used in the previous article, we will use the Highcharts package to create...

How to implement a column chart in React - Clue Mediator

How to implement a column chart in React

Today we’ll show you how to implement a column chart in React using Highcharts. There are several npm react packages available to create a chart in a web application but...

Multidimensional array search by value in PHP - Clue Mediator

Multidimensional array search by value in PHP

In this short article, we’ll talk about multidimensional array search by value in PHP. Here, you will see how to find the value from a multidimensional array and return the...

Remove keys from an associative array in PHP - Clue Mediator

Remove keys from an associative array in PHP

Today we’ll write a short article on how to remove keys from an associative array in PHP and get an array without keys to return a new reindex array which...

How to rename a file or directory in PHP - Clue Mediator

How to rename a file or directory in PHP

In this article, we will explain to you how to rename a file or directory in PHP. It’s a very easy way to rename a file or directory in PHP....

How to use useEffect React Hook - Clue Mediator

How to use useEffect React Hook

Today we will show you how to use useEffect React Hook. The useEffect is the one of the important hooks that is providing an access to the lifecycle in the...

How to add Bootstrap in React - Clue Mediator

How to add Bootstrap in React

Today we’ll show you how to add bootstrap in React. There are multiple ways to import bootstrap in react project but we will refer only standard package managers to install...