Skip to content

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

Merged
merged 16 commits into from
Apr 15, 2020
Merged

Conversation

NataliaTepluhina
Copy link
Member

Blocked until we merge Suspense with createAsyncComponent method

@NataliaTepluhina NataliaTepluhina self-assigned this Feb 25, 2020
@NataliaTepluhina NataliaTepluhina added state: blocked A label for merge requests where work is blocked content Issues / PRs related to docs content enhancement New feature or request labels Feb 25, 2020
@NataliaTepluhina NataliaTepluhina added this to the alpha milestone Feb 25, 2020
NataliaTepluhina and others added 2 commits March 18, 2020 08:36
Co-Authored-By: Rahul Kadyan <hi@znck.me>
Co-Authored-By: Rahul Kadyan <hi@znck.me>
@NataliaTepluhina
Copy link
Member Author

Removing blocked label as Async Components PR was merged 🎉

Will update it to the new syntax and resolve a WIP status today

@NataliaTepluhina NataliaTepluhina removed the state: blocked A label for merge requests where work is blocked label Apr 5, 2020
@NataliaTepluhina NataliaTepluhina force-pushed the component-dynamic-async branch from 1a4149e to 4c9763a Compare April 5, 2020 14:01
@NataliaTepluhina NataliaTepluhina changed the title WIP: Dynamic and async components Dynamic and async components Apr 5, 2020
@NataliaTepluhina
Copy link
Member Author

I've updated the description with alpha-11 syntax 🎉

A PR is ready for review now

Copy link
Member

@znck znck left a 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>
@NataliaTepluhina
Copy link
Member Author

@znck As for codepens: I don't think we can make them resizeable 🤔

@phanan
Copy link
Member

phanan commented Apr 7, 2020

@NataliaTepluhina Pens can be resizable, like this:

.cp_embed_wrapper {
  overflow: hidden;
  resize: both;
}

.cp_embed_wrapper iframe {
  height: 100% !important; 
}

@NataliaTepluhina
Copy link
Member Author

@znck implemented all the required changes, could you please take a second look?

@NataliaTepluhina NataliaTepluhina requested a review from znck April 13, 2020 05:19
@NataliaTepluhina
Copy link
Member Author

@znck Added more requested changes, back to you ⚽

@NataliaTepluhina NataliaTepluhina requested a review from znck April 14, 2020 13:04
@znck
Copy link
Member

znck commented Apr 15, 2020

👏 Looks great, nothing more from my side.

@NataliaTepluhina NataliaTepluhina merged commit a2b8470 into master Apr 15, 2020
@NataliaTepluhina NataliaTepluhina deleted the component-dynamic-async branch May 4, 2020 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues / PRs related to docs content enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants