DEV Community

Discussion on: "Synchronous" fetch with async/await

Collapse
 
dann1609 profile image
dann1609

if fetch end in catch this Will Block the app.

Collapse
 
moustachedsign profile image
Moustache Design

Yes, indeed. You can prevent it by wrapping those lines in a try / catch block