DEV Community

Discussion on: NPM libraries: which are the good ones?

Collapse
 
bias profile image
Tobias Nickel • Edited

before there was a feature on npm, that you can give pavkages stars like on github. I had around 70 in that list. I would hope they bring the feature back.

In my opinion grunt and gulp are useless, just to npm scripts. these task runner just transform js issues into configuration/tool problem without prividing any real value.

I often start a new frontend project, using create-react-app, even when not using react and just remove it. but the weback config is very good with it.

For working with xml I recommens my own module txml. While also recommending json over xml.