Making a Load More Button in ReactJS
Gist || tl;dr
algorithm walkthru
we will fetch some post/blog data from this endpoint https://jsonplaceholder.typicode.com/posts
fetch all the data and store it in an array or hashmap or anything (we will store it in an array for this example)
creat...
deepakr28.hashnode.dev3 min read