Tagged: React Example

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

Embed YouTube video in ReactJS - Clue Mediator

Embed YouTube video in ReactJS

Today we’ll show you how to embed YouTube video in ReactJS application. In this article, we’ll use the react-player npm package to embed the YouTube video. You can also embed...

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

How to reset the state of a Redux store - Clue Mediator

How to reset the state of a Redux store

Today we’ll show you how to reset the state of a Redux store in React JS. Sometimes you might need to reset the whole store based on the given action...

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