Async/Await in React (Advanced)

Learn about the alternative syntax for handling promises: async/await.

We'll cover the following

You’ll work with asynchronous data often in React, so it’s good to know the alternative syntax for handling promises: async/await. The following refactoring of the handleFetchStories function without error handling shows how:

Get hands-on with 1200+ tech skills courses.