DEV Community

Discussion on: What are your Favourite Tools in React, and why?

Collapse
 
mrpaulishaili profile image
Paul C. Ishaili

Sight you, @danwalsh 👋

Collapse
 
danwalsh profile image
Dan Walsh • Edited

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:

  • Hooks—don't know how I dev'd without them before!
  • Context—because passing props down through the tree is painful

Non-React specific:

  • TailwindCSS—loving abstracting my UI components into reusable React components with atomic classes.
  • TypeScript—helping me write more robust, logical and error-free code
  • eslint—because I can't find all the errors on my own 😅
Collapse
 
mrpaulishaili profile image
Paul C. Ishaili

Wow! Well elaborative, professionally specific 🙂!