The way to write your code

How to implement redux in React.js - Clue Mediator

How to implement redux in React.js

Today we’ll show you how to implement redux in React.js. Most of the developers get confused about the implementation of the redux. So today we will show you the redux...

How to change the commit message in git - Clue Mediator

How to change the commit message in git

Today we’ll show you how to change the commit message in git. This is a small article but very useful for those who work with git. change commit message after...

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...

How to disable an option in react-select - Clue Mediator

How to disable an option in react-select

Today we’ll show you how to disable an option in react-select. Sometimes you might need to provide the functionality to disable the certain option in dropdown using react-select. So today...

Autocomplete Textbox Using PHP, MySQL and jQuery - Clue Mediator

Autocomplete Textbox Using PHP, MySQL and jQuery

Autocomplete search shows the users list of matching results while types into textbox. In this article we will explain to you how to implement autocomplete textbox using PHP, MySQL and...

Shared components in Next.js - Clue Mediator

Shared components in Next.js

Today we will show you how to create shared components in Next.js. With the help of shared components, we can reduce the logic of the application and organize the work...

How to setup a project in Next.js - Clue Mediator

How to setup a project in Next.js

Today we will show you how to setup a project in Next.js. It’s the first article of the Next.js where we will teach you the steps to initialize the Next.js...

Get keys from an associative array in PHP - Clue Mediator

Get keys from an associative array in PHP

Today we write a short article on how to get keys from an associative array in PHP. array_keys() function, How to Get All the Keys of an Associative Array in...

Get current page URL in PHP - Clue Mediator

Get current page URL in PHP

In this tutorial, we will show you how to get current page url and parts i.e. path, domain, query strings, etc in php. Get the full URL in PHP, Get...

How to push code to GitHub - Clue Mediator

How to push code to GitHub

Today we will show you how to push code to GitHub. If you want to publish your work on github then you have to push your code on remote repository....

Implement dropdown in ReactJS - Clue Mediator

Implement dropdown in ReactJS

Today we will show you how to implement dropdown in ReactJS. We will use the npm package to implement dropdown. Start from scratch and later on show you more features...