Tagged: React Hooks

Create an Accordion Component in React - Clue Mediator

Create an Accordion Component in React

Today we’ll show you how to create an accordion component in React JS. In other words, we can say how to create a collapsible component in ReactJS with expand and...

Carousel Slider in React using react-slick- Clue Mediator

Carousel Slider in React using react-slick

Today we’ll show you how to implement a carousel slider in react using react-slick. It’s very easy to implement in a react project. As we are using the react-slick npm...

Color picker in React using react-color - Clue Mediator

Color picker in React using react-color

Today we’ll show you how to implement color picker in React using react-color. With the help of this npm package, we can implement 13 different types of the pickers such...

Error handling in React - Clue Mediator

Error handling in React

Error handling should be the most important part of the large scale application so today we’ll show you the error handling in React using componentDidCatch method. There are different types...

Animated sticky header on scroll in React - Clue Mediator

Animated sticky header on scroll in React

Today we’ll show you how to create an animated sticky header on scroll in React JS without plugin. While you are working with react applications, it’s good practice to do...

How to add DateTimePicker in ReactJS - Clue Mediator

How to add DateTimePicker in ReactJS

Today we’ll show you how to add DateTimePicker in ReactJS. Here we’ll use the npm package to implement datetime picker in the React component. React Datepicker Example, How to implement...

How to implement pagination in ReactJS - Clue Mediator

How to implement pagination in ReactJS

Today we’ll show you how to implement pagination in ReactJS. For beginners, there is always the question of how to put the pagination in the website. So in this article,...

How to play a mp3 file in ReactJS - Clue Mediator

How to play an mp3 file in ReactJS

Today we’ll show you how to play an mp3 file in ReactJS. In this short article, we’ll create an example to play an mp3 sound file in React.js. How to...