dillon1000/react

Commit

Server rendering: rendering of entire document using React.

Summary: Allows rendering of React into the "document" as opposed to into a
particular node. To recap some basics:

document: One level above the <html> tag - like the browser.
document.documentElement: <body>

To support full-page server side rendering, we need to be able to render
*everything* including the HTML/BODY tags. This allows that.
Browse files
Changed paths4 files
First-parent comparison
M src/core/ReactComponentBrowserEnvironment.js ModifiedM src/core/ReactMount.js ModifiedM src/vendor/core/createNodesFromMarkup.js ModifiedM src/vendor/core/getMarkupWrap.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…