DEV Community

Shadab Ali
Shadab Ali

Posted on

2 1

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

Top comments (1)

Collapse
 
sindouk profile image
Sindou Koné

Add to the discussion

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay