The way to write your code

How to add sass or scss in React - Clue Mediator

How to add sass or scss in React

Today we’ll show you how to add sass or scss in React application. If you are using the create-react-app package in your react project then it is very easy to...

Multiple useReducer Hook in React - Clue Mediator

Multiple useReducer Hook in React

In this article, we will show you how to use the multiple useReducer Hook in React. In the previous two articles, we learned about the use of the useReducer. useReducer...

useReducer in React Hook - Clue Mediator

useReducer in React Hook

Today we will show you how to use useReducer in React Hook. useReducer is a hook that is used for state management in React. The useState is built using the...

Delete all commit history in GitHub - Clue Mediator

Delete all commit history in GitHub

Today we’ll show you how to delete all commit history in GitHub. It’s a very small but useful article to delete all commit history of the branch and create a...

Confirm a stripe paymentIntent using Node.js - Clue Mediator

Confirm a stripe paymentIntent using Node.js

This is the second article where we will confirm a stripe paymentIntent using Node.js. We have integrated the stripe payment gateway in React and created the demo of the checkout...

Integrate stripe payment gateway in React - Clue Mediator

Integrate stripe payment gateway in React

Today we’ll explain to you how to integrate stripe payment gateway in React. We will split this integration in the two parts such as React (Frontend) and Node.js (Backend). In...