Closed sporto closed 7 years ago
Current version of redux-crud uses:
"lodash.assign": "^4.2.0", "lodash.every": "^4.6.0", "lodash.find": "^4.6.0", "lodash.foreach": "^4.5.0", "lodash.isarray": "^4.0.0", "lodash.isobject": "^3.0.2", "lodash.omit": "^4.5.0", "lodash.reject": "^4.6.0", "lodash.values": "^4.3.0"
All this minified using webpack takes 50KB
All lodash minified takes 72 KB
All ramda minified using webpack takes 57 KB
So there is not a big advantage in using individual lodash modules. As ramda is nicer let's switch to ramda and remove all this small deps.
Done in v3
Current version of redux-crud uses:
All this minified using webpack takes 50KB
All lodash minified takes 72 KB
All ramda minified using webpack takes 57 KB
So there is not a big advantage in using individual lodash modules. As ramda is nicer let's switch to ramda and remove all this small deps.