Tagged: React Hooks

Input validation in React - Clue Mediator

Input validation in React

In this article, we will show you how to add the validation for form input in React. Here, you will learn how to create a common Input component in React...

Checkbox list example in React - Clue Mediator

Checkbox list example in React

In this article, you will learn how to create a checkbox list in React. Here we will simply create a list of items with input checkboxes and handle the selection...

MultiSelect dropdown in React - Clue Mediator

MultiSelect dropdown in React

Today we will show you how to create a multi-select dropdown in React. Here, we will use the react-select npm package to implement a multi-select dropdown in React JS. Checkout...

How to add a Progress Bar in React - Clue Mediator

How to add a Progress Bar in React

Today we will show you how to add a Progress Bar in React application. Here, we will create a small application to show the progress bar using bootstrap. To indicate...

Barcode scanner in React - Clue Mediator

Barcode scanner in React

Today we will show you how to implement a barcode scanner in React. In this example, we will use the quaggaJS in the ReactJS component. What is QuaggaJS? QuaggaJS is...

GET request using axios with React Hooks - Clue Mediator

GET request using axios with React Hooks

Today we’ll show you how to integrate GET request using axios with React Hooks. We had created an article to call an API using the window.fetch method. API call in...