sahedw / capstone-movie-app

https://capstone-project-watched-it.vercel.app/
3 stars 1 forks source link

useSWR refactor #57

Closed sahedw closed 1 year ago

sahedw commented 1 year ago

Switch all normal fetches with useSWR for better implementation and UX. Write custom useSWR hook. Replace every fetch on global and component level with custom hook (if possible).