dillon1000/react
Commit
Browse files 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.
Changed paths2 files
First-parent comparisonsrc/renderers/dom/client/eventPlugins/SimpleEventPlugin.js ModifiedM src/renderers/shared/stack/event/EventPluginHub.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…