We're a place where coders share, stay up-to-date and grow their careers.
fetch is fine. I don't mind the 'double await' Usually, I move 'api' functionality to its own module/file anyway, so I am not typing it more than once.
fetch
await
fetch
is fine. I don't mind the 'doubleawait
' Usually, I move 'api' functionality to its own module/file anyway, so I am not typing it more than once.