Hooks

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

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

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

What are hooks in React and What are it’s Rules?

Hooks are an addition to the Functional Components through which we can work with states and other React features without…

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 create a Dictionary App in React

In this blog, we will make a Dictionary App in React which will print all the meanings, synonyms, antonyms, and…

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 Custom Pagination In React js with Hooks

Pagination in React js gives us a way to render large pieces of data in React by dividing them into…

4 years ago