Tagged: React Hooks

Load more pagination in React - Clue Mediator

Load more pagination in React

Today, we’ll show you how to implement load more pagination in React. Sometimes, we may need to implement pagination or load the items based on the Load More button click,...

Implement multi-languages in React - Clue Mediator

Implement multi-languages in React

Today, we will show you how to implement multi-languages in React. Sometimes you may need to add multi-language support to a website or a react web application like English, Chinese,...

Multiple useReducer Hook in React - Clue Mediator

Multiple useReducer Hook in React

In this article, we will show you how to use the multiple useReducer Hook in React. In the previous two articles, we learned about the use of the useReducer. useReducer...

useReducer in React Hook - Clue Mediator

useReducer in React Hook

Today we will show you how to use useReducer in React Hook. useReducer is a hook that is used for state management in React. The useState is built using the...

Integrate stripe payment gateway in React - Clue Mediator

Integrate stripe payment gateway in React

Today we’ll explain to you how to integrate stripe payment gateway in React. We will split this integration in the two parts such as React (Frontend) and Node.js (Backend). In...

Generate a random password in React - Clue Mediator

Generate a random password in React

In this short article, we’ll show you how to generate a random password in React. Here, we will create a small demo to generate a random password with different options...

Password Strength Checker in React - Clue Mediator

Password Strength Checker in React

Today we’ll show you how to build a password strength checker in React. In this short article, we’ll implement the password strength bar in ReactJS using npm package. We have...

Show and hide password in React - Clue Mediator

Show and hide password in React

Today we are going to show you how to manage a show and hide password in React. In this short article, we’ll add the input password field to manage the...