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

Implement support for Inferno.lazy (React.lazy) #1444

Open
Havunen opened this issue Feb 8, 2019 · 3 comments
Open

Implement support for Inferno.lazy (React.lazy) #1444

Havunen opened this issue Feb 8, 2019 · 3 comments

Comments

@Havunen
Copy link
Member

Havunen commented Feb 8, 2019

Add support for React.lazy
https://reactjs.org/blog/2018/10/23/react-v-16-6.html#reactlazy-code-splitting-with-suspense

@Havunen Havunen changed the title Implement support for React.lazy Implement support for Inferno.lazy (React.lazy) Feb 8, 2019
@ChrisKuBa
Copy link
Contributor

Is it necessary to integrate the functionality (also #1443) in inferno like react did, or can we write a HoC which change the state to initialize rendering after resolving the dynamic import?

@tamb
Copy link

tamb commented Aug 6, 2019

I think inferno should have a new release under @inferno and features like this can be released under smaller packages in that npm scope. @inferno/suspense etc

@farooqkz
Copy link

What is status of this?

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

No branches or pull requests

4 participants