Ateev Duggal

How to Create a Random Quote Generator using an API?

Random Quote Generator is one of the basic coding problems and one that marks the beginning of API in the…

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

What is the difference between Functional and Class Components?

Functional Components are JavaScript functions that are usually created with the help of arrow functions...

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

What is the difference between Var, Let and Const

The main difference between var, let and const is their scope or simply in which part of the program They…

4 years ago

How to maintain large sums of data in React?

There are mainly four ways of loading a large amount of data in React - Pagination - Infinite scrolling -…

4 years ago