React Native async support is here and you can get your hands on it with NextJS 13 beta. In this article, Swizec Teller explains how to use async React with NextJS 13, how to easily handle async data loading, and how to use server-side rendering with server components. He also shows that with a CDN-like platform, NextJS provides low-latency hybrid renders. With extensive support for promises and async/await, React Suspense has been made easier to use. You can use async React with NextJS 13 in /app directory and build an opinionated structure including pages, loading state, layout, and server components.