dillon1000/react
Commit
Browse files Move utils out of React that aren't being used
Many of React's util functions are non-redundant with Facebook's core libraries, so move them out of React into a central location (out of this repo). These files were not getting used by any part of React core, so didn't actually belong here anyway.
Changed paths7 files
First-parent comparisonsrc/utils/__tests__/objFilter-test.js DeletedD src/utils/__tests__/objMap-test.js DeletedD src/utils/bindNoArgs.js DeletedD src/utils/curryOnly.js DeletedD src/utils/eachKeyVal.js DeletedD src/utils/objFilter.js DeletedD src/utils/objMap.js DeletedPatch
Files changed
Rendering syntax-highlighted changes…