DEV Community

Discussion on: What are some useful npm packages I might not know about?

Collapse
 
clickclickonsal profile image
Sal Hernandez • Edited

eslint - For your all your JavaScript linting needs
prettier - Code Formatter to enforce coding style consitency in your project
redux - If you're using react
redux-saga - for handling your async operations in redux

yarn > npm because npm 5 has been buggy for me & a lot of other people as well. Yarn never gives me any issues & it's so much faster. :-)