DEV Community

Karl Esi
Karl Esi

Posted on

Useful Utility React.js Libraries

  1. React-table. It is a collection of hooks for building powerful tables and datagrid experiences that are fast & lightweight. Here is a link to it: https://react-table.tanstack.com

  2. Draft-js. It is a JavaScript rich text editor framework, built for React and backed by an immutable model. Here is a link to it: https://draftjs.org

  3. Perfect-scrollbar. This a a minimalistic but perfect scrollbar plugin. Here is a link to it: https://perfectscrollbar.com

  4. React-select. A flexible select input control for React with multiselect, autocomplete, async and creatable support. Here is a link to it: https://react-select.com

  5. React-tabs. An accessible and easy tab view component for ReactJS. It's a great library to add tab functionality. The link: https://reactcommunity.org/react-tabs

  6. React-slick. A carousel component built with React. It is a React part of slick carousel library. https://react-slick.neostack.com

  7. react-spinners. It is a great collection of loading spinners with React.js based on Halogen. https://www.davidhu.io/react-spinners

  8. React-dnd. A set of React utilities to help you build complex drag & drop interfaces while keeping components decoupled. https://react-dnd.github.io/react-dnd

See you soon.

Top comments (0)