Tagged: React Example

How to detect a device in React - Clue Mediator

How to detect a device in React

In order to detect the device in React, you can use the react-device-detect package. react-device-detect is an npm package that provides a simple way to detect the type of device...

Input masking in React - Clue Mediator

Input masking in React

Today, we’ll show you how to input masking in React. The react-text-mask package is a useful tool for formatting and validating user input in a text field, such as phone...

How to add icons in React - Clue Mediator

How to add icons in React

In this article, we will show you how to add icons in React using react-icons. React-icons is a library that provides a wide range of popular icon libraries (such as...

Add Instagram like stories in React - Clue Mediator

Add Instagram like stories in React

Today, we’ll show you how to add Instagram like stories in React. Here, we will create an example where we will design a React component similar to Instagram Stories. It...