A simple React app that searches the GIPHY API
Comparing using a fetch on demand with a custom hook with react-query library for fetching from the cached data and refetching behind the scenes to update.
Custom hook is in reference to <Search />
component which is hidden in <App />
component
react-query is in reference to <SearchQuery />
component.