React
React is a popular JavaScript library for building component-based user interfaces.
Fetching data in a useEffect hook
Within a client-side React component, you’ll need to fetch your data in a useEffect hook in order to use async/await.
Umami Articles
If you’re using a React meta-framework like Next.js or Remix this most likely won’t be necessary as they have support for top-level await.