DEV Community

Cover image for 16 Libraries You Should Know as a React Developer πŸ’―πŸ”₯
Madza
Madza

Posted on • Originally published at madza.hashnode.dev

16 Libraries You Should Know as a React Developer πŸ’―πŸ”₯

Being a modern React developer is not about knowing just React itself. To stay competitive, it is highly recommended to explore the whole ecosystem.

In this article I've compiled some of the most useful React component libraries that you could use to speed up your developer workflow.

Those will include anything from working with forms, charts, calendars, tables, guides, popups, colors, animations, music, images and so much more.

1. react-hook-form

chrome_6zm03XnOFl.png

React Hooks for form state management and validation.

2. recharts

chrome_2HDy5dsLMn.png

Redefined chart library built with React and D3.

3. react-big-calendar

chrome_xEM8R0gL5Q.png

An events calendar built for React and modern browsers.

4. react-beautiful-dnd

chrome_VckIuWDFlZ.png

Beautiful and accessible drag and drop for lists with React.

5. react-table

chrome_URO6VlKROp.png

A library for building powerful tables and data grids.

6. react-joyride

chrome_6e4aOKRntX.png

Create guided tours for your apps.

7. react-advanced-cropper

chrome_gOSWPr14fU.png

Create customized crops for your designs.

8. react-colorful

chrome_snTqunJBZr.png

A tiny, dependency-free, fast and accessible color picker component.

9. react-spring

chrome_GAZKGd7L16.png

Spring-physics based animation library for React applications.

10. react-tsparticles

chrome_7WFrC6NlLA.png

Easily create highly customizable particles animations.

11. react-popper

chrome_R4ez2qwj0e.png

Position tooltips and popovers in an elegant, performant manner.

12. react-pdf-viewer

image.png

A PDF viewer made for React.

13. react-i18next

image.png

Internationalization for React done right.

14. react-icons

image.png

SVG react icons of popular icon packs.

15. audio-player

image.png

Music player with custom controls, playlist, filters, and search.

16. image-slider

image.png

Image slider component for your pictures.


Writing has always been my passion and it gives me pleasure to help and inspire people. If you have any questions, feel free to reach out!

Connect me on Twitter, LinkedIn and GitHub!

Visit my Blog for more articles like this.

Oldest comments (62)

Collapse
 
adrienbaston profile image
Adrien Baston

Thanks for sharing these, super helpful!

Collapse
 
madza profile image
Madza

My pleasure, thanks a lot πŸ‘πŸ’―βœ¨

Collapse
 
alkadoh profile image
Kadoboy1

Woow! Awesome api thanks for sharing

Collapse
 
madza profile image
Madza

My pleasure to share with you πŸ‘πŸ’―πŸ’–πŸ’–

Collapse
 
lwhiteley profile image
Layton Whiteley

cool selection.

i used react-beautiful-dnd in the past and probably still in some legacy code somewhere but for new projects, better go with something like github.com/clauderic/dnd-kit.

react-beautiful-dnd is no longer maintained

Collapse
 
madza profile image
Madza

Thanks for sharing, useful input πŸ‘πŸ’―βœ¨

Collapse
 
mricaldip profile image
Mauricio Ricaldi

Thank you so much for sharing that. It is a good help ;-)

Collapse
 
madza profile image
Madza

πŸ‘βœ¨

Collapse
 
sarma_akondi_746f338b83b7 profile image
Sarma Akondi

Thanks a lot - sharing is caring 😊

Collapse
 
madza profile image
Madza

So happy you liked it πŸ‘πŸ’–πŸ’―

Collapse
 
marklai1998 profile image
Mark Lai • Edited

beautiful-dnd is not being actively maintained anymore

Now the hottest lib for this is dnd-kit

Collapse
 
madza profile image
Madza

Awesome share, thanks a lot πŸ‘βœ¨πŸ’―

Collapse
 
joset98 profile image
joset98

awesome libraries, it got me some good ideas pal

Collapse
 
madza profile image
Madza

Glad you found them useful πŸ‘βœ¨πŸ’―

Collapse
 
ritikbanger profile image
Ritik Banger

I have an another package that you would love to add in your list:

React18-input-otp

A fully customizable, one-time password (OTP) and phone number with separator input component for the web built with React. Tested on Web, Android, and iOS. This package supports all react versions.

Collapse
 
madza profile image
Madza

Thanks for the addition πŸ‘β€πŸ’―

Collapse
 
ekaterina4952 profile image
Ekaterina T

Thank you

Collapse
 
madza profile image
Madza

My pleasure πŸ‘πŸ’―β€

Collapse
 
siddharthkmehta profile image
Siddharth Kumar Mehta

Very useful inputs, thank you for sharing these @madza

Collapse
 
madza profile image
Madza

My pleasure πŸ‘βœ¨πŸ’―

Collapse
 
clement1kaluokereke profile image
Okereke Clement Kalu

Thanks for sharing

Collapse
 
madza profile image
Madza

Glad you liked them β€πŸ‘πŸ’―

Collapse
 
rafaelsolli profile image
Rafael LibΓ’nio Solli

How come React Flow ain't here?

Collapse
 
madza profile image
Madza

Thanks for the valuable addition πŸ‘πŸ’―β€

Collapse
 
hoannguyen98 profile image
Hoan Nguyen

Thanks a lot

Collapse
 
madza profile image
Madza

You are welcome πŸ‘πŸ’–πŸ’―

Collapse
 
balajin96 profile image
balaji

thanks man. πŸ‘πŸ‘πŸ‘πŸ‘

Collapse
 
madza profile image
Madza

You are welcome πŸ‘βœ¨πŸ’―

Collapse
 
pinkpinball profile image
PinkPinBall

This is great! Thank you for sharing!

Collapse
 
madza profile image
Madza

My pleasure πŸ‘βœ¨πŸ’―

Collapse
 
jmvallejo profile image
Juan Manuel Vallejo

It’s a shame that react-pdf-viewer requires a license, do you know about any good alternatives?