React JS

How to Detect a Click Outside of a React Component using Hooks?

In this blog, we will learn How to Detect a Click Outside of a React Component using useEffect and useRef…

2 years ago

How to Implement Infinite Scrolling in React by Making a Custom Hook

learn How to Use Hooks to Create Infinite Scrolling in React by making a custom hook in React.

2 years ago

How to build a Movie App in React using TMDB API?

React Movie App or Movie App in React is a fun project that every React developer should make once, in…

2 years ago

A Guide to React Context API and useContext hook

React Context API was mainly introduced to solve one of the major problems that React developers like us were facing…

3 years ago

How to make Fireworks in React with Particle JS React

In this blog, we will use the TypeScript version of Particle JS React which is a package for creating 2Danimations…

3 years ago

<strong>How to Make a Custom Hook in React</strong>

the power that hooks have given us has gone beyond our imagination. Here we can even make Custom Hook(s) and…

3 years ago

How to Make a Table in React using React Table library

React table is a library used for creating data tables with data grids which can sometimes be a hassle to…

3 years ago

ReactJS Bad Practices and how to avoid them

Some ReactJS Bad Practices include- 1. Using Index as the key in the map function 2. Polluting Render method by…

3 years ago

Explaining React JSX in Depth

JSX stands for JavaScript Syntax Extension. It is a syntax for writing JavaScript and HTML together separated by curly braces.

3 years ago

How to Make a Table in React using Hooks with Multiple Features

In this blog, we will make a table in React that can add, delete, edit, filter a row with sorting…

4 years ago

<strong>How to make a Pokemon App in React</strong>

The Pokemon App in React is one of the most important Apps that one should make as a beginner to…

4 years ago

How I made my Portfolio in React?

Portfolio is one app that every developer should have as it showcases his work, and portfolio in React will not…

4 years ago

Explaining useEffect Hook in React

useEffect hook is one of the most used hooks in React and it specializes in performing side effects in Functional…

4 years ago

What is the useState hook in React JS?

useState hook in React JS is a Hook that lets us add React state to function components”. It simply means…

4 years ago

How to Dynamically Build a Calculator in React

We all have made calculator in JS, now its time to make it in React but dynamically. In this post…

4 years ago

How to Host a React App on Netlify with Custom Domain

In this blog, we will see how to host a React App for free using Netlify with a custom domain…

4 years ago

How to Host a React App on GitHub Pages with a Custom Domain.

GitHub has its hosting service which is called GitHub Pages. In this blog, we will see how to host a…

4 years ago

10 Ways for Hosting a React App for Free

Here are 10 ways for Hosting a React App is done . Hosting is very essential as it allows..

4 years ago

How to Make a Slider in React JS with Hooks?

Slider in React js has become a necessary thing to have on a website. It can be used in any…

4 years ago

How to make Pagination in React js using React-Paginate?

Pagination in React js Gives Us A Way To Render Large Pieces Of Data in React By Dividing Them Into…

4 years ago