5 favorite installation packages I love to use.

5 favorite installation packages I love to use.

Helo developers. How have you been?. Thank you for reading my articles. I am currently writing for the writeathon organized by hashnode and this article is the last article to be written. I would be talking about my favorite installation packages I love to use each time I am developing react projects.

Here is a list of installation packages I use for my project.

Vitejs

Vite is a build tool that is very faster in the developing project. To get started using Vitejs, npm create vite@latest is used on your code editor , then it asks for the project name. It will ask for the template to use; vanilla, vanilla-ts, vue, vue-ts, react, react-ts, preact, preact-ts, lit, lit-ts, svelte, svelte-ts.

images (1).jpeg

React icons

It is an awesome installation package I use for my Reactjs and Nextjs project. It can installed using this command npm install react-icons --save. It has thousand of icons that you can use.

Screenshot_2022-09-10-07-02-05-161_com.android.chrome.jpg

React scroll This is an installation packages good for smooth scrolling from one part of the page to the another. It can be installing using npm i -S react-scroll.

3.png

Axios

It is an installation package that is used to make http request from the browser and transform json data upon request . To get started, you can write this in the terminal npm install axios .

Screenshot_2022-09-10-07-24-21-799_com.android.chrome.jpg

React-router-dom

It is an package for installing router for the navigating to different pages on the website. It can be installed using the command npm i -D react-router-dom@latest for the usage.

images.png

Conclusion

Thank you all for your time, I hope this list can be useful in your next big project.