DEV Community

Discussion on: Executing arrays of async/await JavaScript functions in series vs. concurrently

Collapse
 
ccleary00 profile image
Corey Cleary

Hey Sung, yeah I think thats accurate. For fetching things needed for certain parts of the webpage, doing it in series/sequentially will work as long as you load them in the right order (i.e. - the component that needs its data fetched first has its function run before the others)

Collapse
 
dance2die profile image
Sung M. Kim

Thank you for the clarification, Corey~ 🤜