DEV Community

ihtesham510
ihtesham510

Posted on • Edited on

React Ecosystem in 2023.

React Ecosystem in 2023

As the technology are evolving the tools and library are also evolving. recently the million.js was released that makes react 70% faster. For a beginner it can be quite challenging to chose the correct library.

Here i will list some react libraries which you can learn and become a react developer.

Build tools.

Routing

Client State Management

Server State Management

Form Handling

Testing

Styling

UI Components library

Animation

Data Vizualization

Table

Internationalization (i18n)

DevTools

  • react developer tools
  • Redux dev tool
  • testing playground
  • react hook form dev tools
  • AxeDev Tool (Accessibility)
  • Tanstack query dev tools

Oldest comments (19)

Collapse
 
kristiyanvelkov profile image
Kristiyan Velkov

Good article!

Collapse
 
denys_dev profile image
den.k

Very usefull materials, thank you! 👍

Collapse
 
bhendi profile image
Jyothikrishna

Hi @denys_dev 👋 welcome to dev communiy

Collapse
 
joki_kulsengbert_tenmari profile image
Joki_Tenmari

Thanks you for your posting

Collapse
 
nawkhu profile image
Koala

Very helpful.

Collapse
 
shifi profile image
Shifa Ur Rehman

React hook form is miles ahead as compared to Formik. It causes way less overhead than formik.

Same with framermotion vs react spring. Framermotion wins literally everywhere as compared to other animation libs out there.

Collapse
 
tpr09756 profile image
Tiago Rodrigues

Thanks for the sharing!

Collapse
 
tadashiando profile image
tadashiando

Concise and super-useful!

Collapse
 
brense profile image
Rense Bakker

Pretty good list 👍 I wish you'd add jotai as a state management solution though! And maybe SWR for making requests. SWR works really well with nextjs/Vercel.

Collapse
 
getsetgopi profile image
GP

Missing from your list.
Build tools:
Webpack

Styling:
Bootstrap

UI component library:
react-bootstrap

Data Vizualization:
HighCharts (Full accessibility support). Not free though

DevTools:
AxeDev Tool (Accessibility)

Collapse
 
ihteshamulhaq510 profile image
ihtesham510

thanks for letting community know

Collapse
 
thiagopbraga profile image
Thiago Braga

Thanks for this tips