dantrain / react-stonecutter

Animated grid layout component for React
http://dantrain.github.io/react-stonecutter
MIT License
1.21k stars 72 forks source link

replace lodash.* dependencies #25

Open alexesDev opened 7 years ago

alexesDev commented 7 years ago

This changes reduce my bundle size from 700kB to 691kB. 9kB is a small changes, but for example... if I use 10 packages with 9kB overhead... it's 90kb useless code.

alexesDev commented 7 years ago

Today I reduce my vendor.js from 750kB to 517kB (gzipped) ~30% :smile:

dantrain commented 7 years ago

Hi, this looks good. I will merge for the next release. I had not come across 'just' before, thanks for the heads up!