The way to write your code

How to create a custom Git command - Clue Mediator

How to create a custom Git command

Today, we’ll show you how to create a custom Git command or set aliases in Git. In this article, we will show you two different ways to set shortcut Git...

Add bootstrap icons in React - Clue Mediator

Add bootstrap icons in React

Today, we will show you how to add bootstrap icons in React application. There are multiple icons libraries to render icons in React application like Font Awesome, Ant Design Icons,...

JavaScript Best Practices - Clue Mediator

JavaScript Best Practices

In this short article, we will show you the six points for best practices in JavaScript. JavaScript Best Practices Avoid global variables Triple equal Modularize Declare Objects w/ const Optimize...

Navigate using react-router-dom v6 - Clue Mediator

Navigate using react-router-dom v6

Today we’ll show you how to navigate in React application using react-router-dom v6. When dealing with the react-router-dom v6, it differs from the routing v5. Refer to the following article...