dillon1000/react
Commit
Browse files Use a custom batching strategy for server rendering
This simply ignores any enqueued actions. This means that we don't have to have special logic for componentWillMount. It is just that those updates are never enqueued.
Changed paths2 files
First-parent comparisonsrc/renderers/dom/server/ReactServerBatchingStrategy.js AddedM src/renderers/dom/server/ReactServerRendering.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…