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
-
Also rust with cargo is sophisticated enough, that you can solve a lot of problems quite effectively without needing to rely on random packages, as you would do with NPM and js.
A solid System altogether. -
@thebiochemic I feel like that's a curse js devs have brought onto themselves a bit by just pulling anything as a dependency instead of spending 2 minutes implementing it themselves
I mean for gods sake the is-odd package has over 400k weekly downloads and I'm pretty sure that one was meant as a joke
Related Rants
Rust's DX is incredible. I previously published a couple packages to NPM and every step of the way i had to fight with NPM, Webpack, Rollup, Typescript and the mass of third party plugins for all of these that wired them together. Here it's literally just
cargo publish
rant
publishing
rust
crates
dx
packages