-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Dynamic and async components #49
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
Conversation
Co-Authored-By: Rahul Kadyan <hi@znck.me>
Co-Authored-By: Rahul Kadyan <hi@znck.me>
Removing Will update it to the new syntax and resolve a WIP status today |
1a4149e
to
4c9763a
Compare
I've updated the description with alpha-11 syntax 🎉 A PR is ready for review now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make codepen embeds resizeable?
Co-Authored-By: Rahul Kadyan <hi@znck.me>
@znck As for codepens: I don't think we can make them resizeable 🤔 |
@NataliaTepluhina Pens can be resizable, like this: .cp_embed_wrapper {
overflow: hidden;
resize: both;
}
.cp_embed_wrapper iframe {
height: 100% !important;
} |
…into component-dynamic-async
@znck implemented all the required changes, could you please take a second look? |
Co-Authored-By: Rahul Kadyan <hi@znck.me>
…into component-dynamic-async
@znck Added more requested changes, back to you ⚽ |
👏 Looks great, nothing more from my side. |
Blocked until we merge Suspense with
createAsyncComponent
method