dillon1000/react

Commit

[DOM] Shrink ReactDOMCurrentDispatcher method names (#28770)

Stacked on #28771 

ReactDOMCurrentDispatcher has longer property names for various methods.
These methods are only ever called internally and don't need to be
represented with as many characters. This change shortens the names and
aligns them with the hint codes we use in Flight. This alignment is
passive since not all dispatcher methods will exist as flight
instructions but where they can line up it seems reasonable to make them
do so
Browse files
Changed paths9 files
First-parent comparison
M packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js ModifiedM packages/react-dom-bindings/src/server/ReactDOMFlightServerHostDispatcher.js ModifiedM packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js ModifiedM packages/react-dom-bindings/src/shared/ReactFlightClientConfigDOM.js ModifiedM packages/react-dom/src/ReactDOMSharedInternals.js ModifiedM packages/react-dom/src/ReactDOMSharedInternalsFB.js ModifiedM packages/react-dom/src/shared/ReactDOMFloat.js ModifiedM packages/react-dom/src/shared/ReactDOMFlushSync.js ModifiedM packages/react-dom/src/shared/ReactDOMTypes.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…