+ 1
How to use async function in React?
I tried implementating an async function in react, but it doesn't allow. Is there a workaround?
5 Réponses
+ 6
Asynchronous functions can also be reviewed in codecademy and enki. As well as w3schools.com. if you are still working on that.
+ 4
Check the async function series:
https://code.sololearn.com/WKKkpq0efxai/?ref=app
+ 2
Please show your code here so that we can help you
https://www.sololearn.com/post/75089/?ref=app
+ 2
Just wanna know the generic syntax for that.
+ 2
Use useEffect to handle asynchronous function.
https://code.sololearn.com/Wj7yW7R4iSId/?ref=app
https://code.sololearn.com/WLk21KM2T0ew/?ref=app