Mine are:
React Router DOM (V6) - For Page routing and views switching.
React Hooks - UseState, UseContext, UseRef, forwardRef
React Spring - For transitions and animations in React
Styled Component - I enjoy the CSS-in-JS syntax, and styled-components aid to achieve this more.
UUID - For generating unique ids in iterating arrays or objects
Top comments (35)
Great list, @lemokami. Do share your thoughts on them
👉 lists.forEach(item) => shareYourOpinion, 🙂
console.log("done")
--eslint -- '1 bug found!' --
line 4:42
😊
React-query for managing data coming from a server
Very insightful @hacker4world . How well is your proficiency on this?
Radix UI, Headless UI, Next.js, Tailwind CSS (not React specific but it is awesome), some more small libraries here and there
Sight you, @danwalsh 👋
Cheers, @mrpaulishaili! 👋
This is a great list, keen to check out React Spring and UUID when time permits!
My fav tools would have to be:
React specific:
Non-React specific:
Wow! Well elaborative, professionally specific 🙂!
Formik, Without any doubts!
Formik! Tell us more about Formik!
For me, React Hook Form is also an best alternative for form handling.
For more - react-hook-form.com/
Nice
Its Form Mangament Library, it will take care of all your inputfields and forms with ease, do validation out of the box!
Wow! I should definitely check that out! Thank you @1saifj
Ok... does anyone use only state and hooks without using any third-party libraries for state management in a commercial project?
Yes, possible @flyingcrp , third-party libraries however speed things up easier for developers
ok,In our application, all functions are independent, except for the global login status, and after hooks, I can't think of any reason to use a third-party library to manage the state , maybe the application type is different?
No need for deep props passing,No need for share lots of state ,in fact , sometime we can use context to resolve some special case
Wow! What a great list, @harshhhdev.
Too many to list but shout out to Storybook. A front-end design system for developers.
React query for fetching the data ❤️ -> react-query.tanstack.com
Wow! Came across this just today and I was like 'what would this be for?'
Thank you @resetnak
WhatsYourFavouriteReactTools