DEV Community

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

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

Tapajyoti Bose on March 05, 2023

On your journey to becoming a well-rounded React developer, you would come across innumerable libraries, leaving you dazed and confused. So, here ...
Collapse
 
100terres profile image
Gab β€’

Nice article πŸ‘Œ @ruppysuppy

By the way, react-beautiful-dnd is not maintained anymore. I would recommend using @hello-pangea/dnd as a replacement (it's a fork completely rewritten in TypeScript) You can read more about this here and here πŸ™‚

Collapse
 
mariamarsh profile image
Maria 🍦 Marshmallow β€’

Great work! The libraries you mention are truly helpful for all react developers! I also like Jest, extremely useful for tests of any kindπŸ‘πŸ»

Collapse
 
charliekroon profile image
charliekroon β€’

I am definitely going to use React Spring! Thank you for sharing :D

Collapse
 
thakursahab999 profile image
thakur-sahab999 β€’

Thanks a lot it was very helpful πŸ₯°

Collapse
 
tathagat017 profile image
tathagat tathagat β€’

Thank you

Collapse
 
mezieb profile image
Okoro chimezie bright β€’

Thanks alot it's helpful infoπŸ‘

Collapse
 
sarma_akondi_746f338b83b7 profile image
Sarma Akondi β€’

Awesome share as always πŸ‘ŒπŸ‘

Collapse
 
itskunal profile image
Kunal Agrawal β€’

Thanks for this article, it really helpful. πŸ€—

Collapse
 
oyinjoe profile image
oyinjoe β€’

Great πŸ˜ŠπŸ‘Œ libraries new of some on till now

Collapse
 
trrb profile image
ThΓ©o B. β€’

Very good post!
As a junior developer, and a React developer at that, it's really interesting and reassuring to see such useful and simple libraries

Collapse
 
alanrmachado profile image
AlanRmachado β€’

Thanks, Great article

Collapse
 
hamza12700 profile image
Hamza β€’

Nice article, thanks man!

Collapse
 
krunalgupta02 profile image
Krunal Gupta β€’

Helpful πŸ˜„πŸ˜„πŸ˜„

Collapse
 
malikjan profile image
Malikjan Nadaf β€’

Lovely ❀️

Collapse
 
wilmela profile image
Wilmela β€’

Beautiful

Collapse
 
ota200 profile image
O.T.A β€’

Man, you have really mastered the art of simple thubnails here on dev.to and very bookmark able conntent

Collapse
 
tan_jung profile image
Na Bosseu β€’

wow it's nice article helpfully, thanks master... ^_^

Collapse
 
njpdlstar profile image
NJpdlStar β€’

This is a helpful article, thank you πŸ‘

Collapse
 
ortonomy profile image
πŸ…–πŸ…‘πŸ…”πŸ…–πŸ…žπŸ…‘πŸ…¨ πŸ…žπŸ…‘πŸ…£πŸ…žπŸ… β€’
  1. Framer Motion
  2. Jotai
  3. Slate JS
Collapse
 
crimsoncorp profile image
Oluwatowo Rosanwo β€’

Was also wondering why Framer motion wasn't on the listπŸ˜‚, i use it in almost any React project

Collapse
 
nirmalsinghoo7 profile image
Nirmal Singh β€’ β€’ Edited

Nice Article @ruppysuppy
I have a question.
How to create animated headlines like this - codyhouse.co/demo/animated-headlin...?
This is in jquery but How to create it in NextJS and implement in current Next project?
I can create it using CSS but how to build it in Next js?
Thanks

Collapse
 
ruppysuppy profile image
Tapajyoti Bose β€’

JQuery is just Js with some additional utilities, you can easily convert it to vanilla Js code

Collapse
 
nirmalsinghoo7 profile image
Nirmal Singh β€’

I am new to React, Next. Could you please give me hints or article for this?
Thanks

Collapse
 
andrewwebcoder profile image
Andrew-web-coder β€’

Note that many libraries written in vanilla JS, such as Fancyapps UI, can also be used in React. Just by creating simple wrapper components like this - fancyapps.com/resources/integratio...

Collapse
 
reactadmin profile image
react-admin β€’ β€’ Edited

You can add react-admin to the list!πŸ˜‰ It also offers a great open-source react library and has a vibrant community with more than 20,000 ⭐ on GitHub