Dale Jefferson

Dale L. Jefferson

TypeScript, JavaScript, React, React Native

Error first pattern for JavaScript Async/Await

By Dale L. Jefferson. Published

Dealing with errors is not fun. In this article, I will show you a pattern for dealing with errors in Async/Await. This pattern avoids the use of try/catch.