Bloomca / redux-tiles

Composable way to create less verbose Redux code
https://redux-tiles.js.org/
MIT License
236 stars 10 forks source link

Remove lodash #17

Closed Bloomca closed 7 years ago

Bloomca commented 7 years ago

Recently I realized that any dependency should be analyzed more deeply before putting into the project.

While it is possible to tree shake this package, it is better to remove this dependency completely. Mostly it is used here only for checking types, so it will not be a problem to write our own solution.

From one point of view, something like babel-lodash should be enough, but I think it is better to cut it off completely.

Bloomca commented 7 years ago

Done with #18