gbowne1 / codebooker

This is a book recommendation app created with React 18.2 and MUI for coders/programmers looking for reccomendations to books on programming/coding to read
MIT License
31 stars 57 forks source link

fixes #220 added empty depedency in useEffect #227

Closed love-sonkar closed 1 month ago

love-sonkar commented 1 month ago

fixedd #220

i have added an empty depedency array in useEffect to stop infinite loop fetching issue.

Screenshot 2024-10-06 205940

gbowne1 commented 1 month ago

We have tried to fix this issue before @love-sonkar.