How to retry when React lazy fails

added by JavaScript Kicks
11/20/2018 8:35:08 AM

1306 Views

React 16.6 has been released and it's now easier than ever to do code split within our React applications by using lazy and Suspense. After a few days monitoring a production application that is using lazy, I noticed a couple of client-side errors when downloading asynchronous modules. Learn how to mitigate this.


0 comments