Wiedza z publikacji "Don’t ever use Promise.all()"
Promotorzy wiedzy:
Opis publikacji (umieszczony przez autora):
Imagine that you have two asynchronous calls like so: async function getData() { const users = await fetchUsers(); const categories = await fetchCategories(); } While the code above will get the jo…
Wiedza promowana w tej publikacji
Promise.all

