Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The error ‘Switch’ is not exported from ‘react-router-dom’ occurs when we try to import the Switch component react-router-dom but it is not found. Here is how we can…
In this article, we will create a typing game in React. This typing game will usually be like other typing games where we can get…
React Props are an important mechanism in our application, since they are read-only and immutable, the React props validation becomes a big issue because props…
In this article, we will talk about style prop value must be an object. This is the error in react when we try to use…
In earlier parts, we have learned about state and props. Now we will see the differences between React State vs Props one by one, both…
Hello, everyone! Today, we’ll discuss a common error faced by React developers called “Can’t Perform a React State Update on an Unmounted Component.” This error…
In this article, we will make a very famous game Tic Tac Toe using react. Since tic tac toe is a very famous and cool…
In this part, we will learn about react useImperativeHandle hook. In react, Data can be passed from parent to child component using props, which is…
In this article, we are going to make a QR-code generator in React. A QR-Code is a barcode which is readable by a machine. Nowadays,…
In this article, we will make a simple accordion in react. Accordion is useful when we need to create some application users interactively. Basically, we…
In this article, we are going to make a quote generator in React. We will use a JSON file to get a random quote, this…
In this article, we are going to make a stopwatch in React. Like a basic stopwatch, we will have a display to show time, then…