Category: ReactJS

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

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

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

Google Place Autocomplete in ReactJS - Clue Mediator

Google Place Autocomplete in ReactJS

Today we will show you how to implement google place autocomplete in ReactJS. We will simply use the google map API to create the autocomplete for google places using ReactJS....

Set environment variables in ReactJS - Clue Mediator

Set environment variables in ReactJS

Today we will show you how to set environment variables in ReactJS. If you are working with a large scale application then you may need to set the different value...

Validate Image Content in ReactJS - Clue Mediator

Validate Image Content in ReactJS

Today we will show you how to validate image content in ReactJS. When we are working with the image upload functionality then we also need to implement the validation for...

Implement Google Maps in ReactJS - Clue Mediator

Implement Google Maps in ReactJS

Today we will show you how to implement google maps in ReactJS. There are many more plugins are available to implement google map but we will show you how to...