GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 377 forks source link

Use only the parts of lodash that are used #854

Open ryanlanciaux opened 5 years ago

ryanlanciaux commented 5 years ago

Griddle version

1.x

Expected Behavior

Only import the parts of lodash that are used. Instead of importing _ it'd be good to import lodash.debounce etc.

Actual Behavior

The entire lodash library is imported.

Steps to reproduce

Pull request with failing test or storybook story with issue

While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.

lvaldovinos commented 5 years ago

hey @ryanlanciaux I'll take this one! :)