jigar-sable / flipkart-mern

Full Stack Flipkart with Admin Dashboard
https://flipkartweb-mern.vercel.app
MIT License
365 stars 217 forks source link

asyncErrorHandler: can anyone explain me please? #6

Closed AyushBhardvaj closed 1 year ago

AyushBhardvaj commented 1 year ago

It seems a high level recursive function with promise. Can I replace it with try-catch ?

jnikhil652 commented 1 year ago

Yes you can...

jigar-sable commented 1 year ago

Yes, you can use try-catch for all requests.