Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Informing about React.lazy() #95

Open
iddan opened this issue Oct 27, 2018 · 2 comments
Open

Informing about React.lazy() #95

iddan opened this issue Oct 27, 2018 · 2 comments

Comments

@iddan
Copy link

iddan commented Oct 27, 2018

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().

@mschipperheyn
Copy link

lazy doesn't support SSR yet

@iddan
Copy link
Author

iddan commented Dec 26, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants