dillon1000/react

Commit

Fix unmounting performance regression in V8 (#7232)

As reported in #7227, unmounting performance regressed with React 15.
It seems that `delete` has become much slower since we started using numeric keys.
Forcing dictionary keys to start with a dot fixes the issue.
Browse files
Changed paths2 files
First-parent comparison
M src/renderers/dom/client/eventPlugins/SimpleEventPlugin.js ModifiedM src/renderers/shared/stack/event/EventPluginHub.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…