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

Nested routes using React Router v6 - Clue Mediator

Nested routes using React Router v6

Today we’ll show you how to implement nested routes using React Router v6. We already written an article to explain how to add nested routes with React Router version 5....

URL Parameters with React Router v6 - Clue Mediator

URL Parameters with React Router v6

In this article, we’ll show you how to set URL parameters with React Router v6. In the previous article, we have explained how to add URL parameters in React Router...