Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 25, 2022 02:09 pm GMT

Most commonly used library with react

Typescript
Scss(Prefer), TailwindCss
Animation - Framer motion/ gsap(Prefer),
React-spring, Anime.js (not to be used for simple animations)
Redux (Not to be used with Next JS)
useContext
Redux Toolkit(Prefer), Redux Saga,
React-query
Formik for Forms, React Hook Form(Prefer)
MaterialUI(Prefer), AntD (use only one library )
Axios
For date formatting - date-fns(prefer), moment
For Carousel - React-slick, react-responsive-carousel
For toast - React-hot-toast(Prefer), React-toastify if not using mui or antd
Share things Socially - React-share
For icons - react-icons, @mui/icons-material
For Videos - react-player
For intersection - react-intersection-observer
For pagination - react-paginate (if not using mui or antd)
Onclick scroll particular section - react-scroll
For conditional classes - clsx(prefer), classnames
React-select for select component if not using mui or antd
For GraphQL - apollo
Webpack Bundle Analyzer - @next/bundle-analyzer
For google spreadsheet integration - google-spreadsheet
For file upload and drag and drop - react-dropzone
Form validation - yup

react #frontend #redux #softwareengineer


Original Link: https://dev.to/shacodes/most-commonly-used-library-with-react-5akm

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To