Category: ReactJS

How to add a loading spinner in React - Clue Mediator

How to add a loading spinner in React

Today, we will show you how to add a loading spinner in React. In this article, we will use the NPM package which uses pure CSS to display the loader....

How to add Font Awesome 5 in React - Clue Mediator

How to add Font Awesome 5 in React

Today, we will show you how to add Font Awesome 5 in React. The Font Awesome 5 is the largest icon library based on CSS and Less. Here we will...

How to loop in React JSX - Clue Mediator

How to loop in React JSX

Today we will show you how to loop in React JSX. In this article, we will show you two different methods to loop in the React component. Checkout more articles...

MultiSelect dropdown in React - Clue Mediator

MultiSelect dropdown in React

Today we will show you how to create a multi-select dropdown in React. Here, we will use the react-select npm package to implement a multi-select dropdown in React JS. Checkout...