dillon1000/react

Commit

Split DefaultInjection into two files

This splits DefaultInjection into one with all the properties
and event configuration and a separate one for the things that
are relevant to he stack reconciler.

That way we can reuse the property and event system for Fiber
without pulling in all the other stuff.
Browse files
Changed paths10 files
First-parent comparison
M src/renderers/dom/ReactDOM.js ModifiedM src/renderers/dom/ReactDOMServer.js ModifiedR src/renderers/dom/shared/ReactDefaultInjection.js →src/renderers/dom/shared/ReactDOMInjection.js RenamedA src/renderers/dom/shared/ReactDOMStackInjection.js AddedM src/renderers/dom/shared/__tests__/DOMPropertyOperations-test.js ModifiedM src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js ModifiedM src/renderers/native/ReactNative.js ModifiedA src/renderers/native/ReactNativeInjection.js AddedR src/renderers/native/ReactNativeDefaultInjection.js →src/renderers/native/ReactNativeStackInjection.js RenamedM src/test/ReactShallowRenderer.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…