DEV Community

Discussion on: Do you prefer callbacks, promises, or async/await?

Collapse
 
promikecoder2020 profile image
ProMikeCoder2020

Async await when there are multiple async actions, but I don't mind using callbacks for simple stuff like running a function after 2 seconds seconds using useTimeout.