React JS

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

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