RFC: First class support for promises and async/await by acdlite · Pull Request #229 · reactjs/rfcs

Adds first class support for reading the result of a JavaScript Promise using Suspense: Introduces support for async/await in Server Components. Write Server Components using standard JavaScript a...