6
localguest
358d

This nice little webpage shows the different dependencies of a npm package as a graph.

Gatsby seems like an implementation due for disaster.
https://npm.anvaka.com//...

Comments
  • 3
    Omg, thought that my lib only had one dependency but it's a complete web
  • 2
  • 1
    the main reason I'm w/ mixed feelings about that ecosystem... so many dependencies and with them so many potential security problems, b/c who will give u the time to properly inspect every single third party module. I mean in the world we live currently...If u do by any chance know such company please do share. will spam them with my humble cv. if for not other reason to make them laugh for a moment =]
  • 1
    Ooeehh, vue is quite clean
  • 1
    @retoor didn't spare d time to properly check it but from what I've read so far about it I currently like Vue =}
  • 1
    Transitive dependencies...

    Reason why a missing stdlib or a non evolving stdlib is a nightmare for long term reliability.

    JS evolves via ECMA, but it's ... Well. Look at the ES6 mess.
  • 2
    I've been using Tauri recently,

    Looking at this,
    https://npm.anvaka.com//...
    It seems like a decent choice. It uses rust as a backend so a lot less dependency hell to begin with, but you end up swapping Js libs for rust crates instead 😅

    There's no winning in the "modern" stacks.
Add Comment