Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
We3D27042ythe 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 =]
-
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. -
C0D4667772yI'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.
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//...
random
npm hell