Chapter 15 · Example 8 · Data fetching and race conditions

Async/await same race

Rewriting the fetching with async/await produces the identical race condition, since await is just nicer syntax over the same asynchronous promises.

Loading live editor…