Latest News & Blogs

Latest updates, resources, tutorials and guides
How to Make Typing Game in React

How to Make Typing Game in React

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 Validation with Example

React Props Validation with Example

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…

React useImperativeHandle Hook

React useImperativeHandle Hook

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…

How to Make QR-Code Generator in React

How to Make QR-Code Generator in React

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,…

How to Make Accordion in React

How to Make Accordion in React

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…

How to Make Stopwatch in React

How to Make Stopwatch in React

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…