Student Reviews
( 5 Of 5 )
1 review
Video of Node JS API : #19 - Express Async Handler in Express Js course by Youssef Abbas channel, video No. 19 free certified online
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.