dillon1000/react
Commit
Browse files 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.
Changed paths4 files
First-parent comparisonsrc/core/ReactComponentBrowserEnvironment.js ModifiedM src/core/ReactMount.js ModifiedM src/vendor/core/createNodesFromMarkup.js ModifiedM src/vendor/core/getMarkupWrap.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…