Skip to content

A React app for searching using Giphy API and react-query for caching

Notifications You must be signed in to change notification settings

asaflanzer/giphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Giphy API

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.

About

A React app for searching using Giphy API and react-query for caching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published