Useful npm Packages for All Projects
ยท
115 words
ยท
1 minute read
date-fns ๐
date-fns (a.k.a Date Functions) is a library which gives you functions to deal with dates. It is great package with a small size.
dotenv ๐
dotenv create a .env
file to store your environment variables. So when you publish that project online you use the environment variables which you deploy the project on.
socket.io ๐
Help you use the sockets to create realtime communications such as chat apps.
UUID ๐
Help you create a universal unique identifier (UUID) with one line of code.
axios ๐
Axios
is an alternative to fetch
. Axios help you make requests easier than fetch and AJAX.
classnames ๐
Help you with class names in CSS with Javascript manipulations.