So, Ii'm using React right now to build out a simple app per an assignment. Now, I know you can render a bunch of gifs based on a search result from user input, but how do I only render specific results I choose?
For example, if I just wanted to present a page of reaction gifs, or a page of funny cat gifs, without user input.
Furthermore, what if I then wanted to paginate those results by maybe 10 gifs a page?
I've been unable to find a clear answer online so any help you guys could render would be greatly appreciated. Thank you in advance.