20

When npm modules bring in 1500 micro dependencies for a service you could build in 15 minutes, it makes you wonder if you should, in fact, rebuild the wheel.

Comments
  • 8
    The answer is yes.
  • 0
    @Root Most definitely. And use some different "wood". In fact, burn the other one you were using before.
  • 1
    You should totally make a lib, so i can npm it in my projects 👍👍
  • 2
    It's interesting how in the past big all-in frameworks were cool.. And then suddenly it became super uncool, and ppl go for micro- light framework, where you require a bunch of parts you need, and might end up with a bigger code than the full framework... And worse project structure/optimization 🤔
  • 1
    A few days ago I needed a simple pagination. 5 fucking Megabytes of dependency bullshit.
Add Comment