how do we handle errors in api fetches
Opened this issue · 0 comments
kaczmarj commented
we might run into errors with the api. it might rate limit us or not return data once in a while, and in those cases, we should alert the user that we're having problems accessing the api.
related to this, we might make an erroneous api request, that would lead to a 404. how should we handle these things? try/catch?