dillon1000/react
Commit
Browse files Kill ReactPutListenerQueue
As far as I can tell, this is almost equivalent and is simpler. When a component's componentDidMount is called, all the listeners for that subtree will have been attached which I think is all that matters.
Changed paths4 files
First-parent comparisonsrc/browser/ReactPutListenerQueue.js DeletedM src/browser/ReactReconcileTransaction.js ModifiedM src/browser/server/ReactServerRenderingTransaction.js ModifiedM src/browser/ui/ReactDOMComponent.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…