Skip to content

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