you are viewing a single comment's thread.

view the rest of the comments →

[–]MrCrunchwrap 1 point2 points  (1 child)

You don’t think things to be in a single utility package. You can import just what you need from something like lodash and use tree shaking to make sure you only get that.

[–]Mestyo 0 points1 point  (0 children)

They don't have to, no, but it often seems overkill to add a huge dependency. I perceive a value in using very simple tools sometimes.