dillon1000/react
Commit
Browse files Don't use React.DOM
I grepped for uses of React.DOM. This is going to be a set of helper functions to generate ReactElements without JSX. They're not classes so they cannot be used where a React class is expected. Since we always use JSX, we should have no internal use for these helpers. We can use strings instead.
Changed paths7 files
First-parent comparisonsrc/addons/transitions/ReactTransitionGroup.js ModifiedM src/browser/ui/ReactMount.js ModifiedM src/browser/ui/__tests__/ReactMount-test.js ModifiedM src/core/__tests__/ReactCompositeComponent-test.js ModifiedM src/core/__tests__/ReactMultiChildText-test.js ModifiedM src/core/__tests__/ReactPropTransferer-test.js ModifiedM src/test/reactComponentExpect.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…