+1 vote
in ReactJS by

Is it possible to use async/await in plain React?

1 Answer

0 votes
by

If you want to use async/await in React, you will need Babel and transform-async-to-generator plugin. React Native ships with Babel and a set of transforms.

Related questions

0 votes
asked Nov 4, 2023 in ReactJS by AdilsonLima
0 votes
asked Nov 5, 2023 in ReactJS by AdilsonLima
...