Inspired by the awesome-react-components but lists only the components I or contributors use themeselves and can recommend. I believe 15 date picker components for React can’t be awesome and you still have no idea which one you should use.
- react-bootstrap — great project but the CSS is from original Bootstrap, so never use in a project with custom design.
- material-ui — components that implement Google’s Material Design.
- semantic-ui-react — framework that helps create beautiful, responsive layouts.
- react-select — filtering, multiple selection, etc.
- react-day-picker — flexible date picker.
- react-autosuggest — WAI-ARIA compliant.
- react-textarea-autosize — replacement for the textarea element which automatically resizes textarea as content changes.
- react-input-mask — input masking with attention to small usability details with cursor position, copy-paste, etc.
- react-codemirror2 — CodeMirror component.
See #1 for discussion.
- simple-markdown — very small (4 KB, ~10 times smaller than alternatives), no HTML support.
- markdown-to-jsx — a simple-markdown fork with HTML support, GFM task lists and syntax highlight.
- Reactabular — very flexible framework to work with tables.
- react-spaceman — manage whitespace inside components and between components.
- Rebass Grid — responsive React grid system built with styled-components
- Stack Styled — make stack layouts easy
- Formik — form state management
- react-group — render React children with a separator
- react-icons — Font Awesome, Material icons, etc. as React components.
- react-pagify — very flexible but simple pagination, has a Bootstrap skin.
- react-sortable-tree — drag-and-drop sortable component for nested data and hierarchies.
- react-hotkeys — declarative hotkey and focus area management.
- Reach Router — routing.
- react-document-title — Declarative, nested, stateful, isomorphic document.title.
- react-dnd — drag and Drop.
- react-scroll — scroll component.
- react-intl — React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
- react-virtualized — components for efficiently rendering large lists and tabular data.
- decko — bind, debounce and memoize decorators.
- react-styleguidist — Style guide generator and a workbench for developing components.
- Spectacle — React based presentation library.
These components were removed from the list, I can no longer recommend them. Feel free to send a pull request if the issue was fixed.
react-dimensions — higher-order component to get dimensions of containerabandonedreact-combo-keys — global hotkeysreact-hotkeys supports global hotkeys nowreact-codemirror — CodeMirror component— replaced with react-codemirror2react-router — routing— replaced with Reach Router
Suggestions are welcome: just create an issue if you know something better than what I use.
Artem Sapegin, a frontend engineer at Stage+ and the creator of React Styleguidist. I also write about frontend at my blog.
CC0 1.0 Universal license, see the included License.md file.