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

Allow rendering into document fragments. Fixes #840 #3169

Merged
merged 1 commit into from
Mar 16, 2015

Conversation

jimfb
Copy link
Contributor

@jimfb jimfb commented Feb 17, 2015

Allow rendering into document fragments. Fixes #840

Manually tested mounting and unmounting; that worked. Meaningful unit tests require the webcomponent polyfill, which is non-trivial to load into jsdom, so we'll figure out how to add more unit tests later.

@jimfb
Copy link
Contributor Author

jimfb commented Feb 17, 2015

cc @sebmarkbage

@sebmarkbage
Copy link
Collaborator

Need to test updating etc. too.

@sophiebits
Copy link
Collaborator

cf. #1167

@jimfb
Copy link
Contributor Author

jimfb commented Mar 16, 2015

@sebmarkbage Updated #3176 to include a test verifying updating.

@sebmarkbage
Copy link
Collaborator

hm... This is a bit misleading for the document.createDocumentFragment() case because the normal use case is that you insert the fragment into the document, which would break React.

Lets chat after my meeting.

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

Successfully merging this pull request may close these issues.

Allow rendering into a document fragment
4 participants