react-async-component icon indicating copy to clipboard operation
react-async-component copied to clipboard

Informing about React.lazy()

Open iddan opened this issue 7 years ago • 2 comments

This week the React team introduced a new library feature: React.lazy() which replicate this library functionality by using newly introduced React concept: React Suspense for promise resolution and error boundaries for error management. react-async-component has been a wonderful solution for my projects in the last year and I'm grateful for that. Now that it's solution has been integrated into the React core I think it would be suiting to inform users that use latest React that they can use lazy().

iddan avatar Oct 27 '18 09:10 iddan

lazy doesn't support SSR yet

mschipperheyn avatar Dec 25 '18 17:12 mschipperheyn

True, yet for non SSR use and future use when it will be supported it should be informed.

iddan avatar Dec 26 '18 10:12 iddan