Clue Mediator

Top 8 popular npm packages for React and Node.js

๐Ÿ“…May 23, 2021

Today weโ€™ll show you the useful top 8 popular npm packages for React and Node.js.

Checkout more articles on ReactJS

  • image-in-react" title="Generate and download a QR code image in React">Generate and download a QR code image in React
  • chart-in-react" title="How to implement a bar chart in React">How to implement a bar chart in React
  • bootstrap-in-react" title="How to add Bootstrap in React">How to add Bootstrap in React
  • csv-in-react" title="Export data to CSV in React">Export data to CSV in React
  • picker-in-react" title="Date Range Picker in React">Date Range Picker in React

Top 8 popular npm packages

  1. axios" title="Axios">Axios
  2. Moment.js">Moment.js
  3. lodash" title="Lodash">Lodash
  4. Socket.io">Socket.io
  5. UUID
  6. Bcrypt
  7. Dotenv
  8. Nodemon

1. Axios

Promise based HTTP client for the browser and node.js

Link: https://www.npmjs.com/package/axios

2. Moment.js

A JavaScript date library for parsing, validating, manipulating, and formatting dates.

Link: https://www.npmjs.com/package/moment

3. Lodash

Lodash is very useful, when working with numbers, arrays, objects, strings, etc.

Link: https://www.npmjs.com/package/lodash

4. Socket.io

Socket.IO enables real-time bidirectional event-based communication.

Link: https://www.npmjs.com/package/socket.io

5. UUID

UUID is a unique random ids values generator. It generates strong random values.

Link: https://www.npmjs.com/package/uuid

6. Bcrypt

Bcrypt is a library that help you easily hash passwords and compare them in Node.js.

Link: https://www.npmjs.com/package/bcrypt

7. Dotenv

Dotenv is a zero-dependency module that loads environment variables from a `.env` file into `process.env`.

Link: https://www.npmjs.com/package/dotenv

8. Nodemon

Nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.

Link: https://www.npmjs.com/package/nodemon

I hope you find this article helpful.
Thank you for reading. Happy Coding..!! ๐Ÿ™‚