The way to write your code

What’s new in React Router version 6 - Clue Mediator

What’s new in React Router v6

React router is a very huge library to implement routing in React. Today we’ll talk about the new features of the React Router v6. Right now, it’s in beta. We’ll...

Convert XML to JSON using JavaScript - Clue Mediator

Convert XML to JSON using JavaScript

Today we’ll show you how to convert XML to JSON using JavaScript. In this article, we will show you how to convert XML strings to JSON using the xml2json script....

Date Range Picker in React - Clue Mediator

Date Range Picker in React

Today we’ll show you how to implement date range picker in React. Sometimes you need to implement DateRangePicker in booking sites, reporting sites and at many more places. So here...

Write text on Canvas using React - Clue Mediator

Write text on Canvas using React

Today we’ll show you how to write text on canvas using React. In the previous article, we taught you how to draw a line and rectangle on Canvas using ReactJS....

Multiple SSH keys for different GitHub accounts - Clue Mediator

Multiple SSH keys for different GitHub accounts

Today we’ll show you how to set up multiple SSH keys for different GitHub accounts. When you need to work with the two different GitHub accounts and those accounts need...

Draw a line on Canvas using React - Clue Mediator

Draw a line on Canvas using React

Today we’ll show you how to draw a line on canvas using React. In the previous article, we taught you how to draw a rounded rectangle on Canvas using ReactJS....