Demo Application
Explore how to use GIPHY's SDK and React components to build an interactive application. Learn to display trending media, implement search functionality, and navigate through previews and details across various categories including GIFs, stickers, videos, text, and emojis.
We'll cover the following...
We'll cover the following...
GIPHY's SDK and React components
We now have a solid understanding of how useful both the GIPHY API endpoints and SDK functions are. GIPHY for developers makes integration easier by providing pre-built React components that incorporate the SDK. In other words, we can now directly use a grid of GIFs in our application. The application provided in this lesson also uses these components.
Application workflow
Here’s how our application works:
-
When we run the application, the first page we see is the ...