تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Node JS API : #19 - Express Async Handler ضمن كورس Express Js شرح قناة Youssef Abbas، الفديو رقم 19 مجانى معتمد اونلاين
In this part we install express-async-handler package to use it in the routes of our application.
The job of this async-handler is to handling exceptions inside of async express routes.
In other word it means we can use it instead of (try & catch) block.