Top 5 react ui frameworks
1. Material UI Component.
React components that implement Google's Material Design.
- Material Design. The Google Design team has recently released a new iteration on the Material Design specification which is focused on themability. This is great news! We will do our best to keep up to date. It also validates that heavily investing in customizability for v1 was a good call. We will continue our efforts in this area.
- More utils. We want to work on new utility components: Spacing, Display, Color, etc.
- Performance. We can’t optimize something we can’t measure, and we don’t currently have a CI performance benchmark, so we will need to build one and start investigating bottlenecks.
- Learning materials. The quality of the documentation is equally as important as the quality of the implementation, and while the reference documentation is comprehensive, we could author a learning tutorial like Next.js has done, or an egghead.io course.
- Themes. We want to provide common layouts example to make getting started even easier. We also plan on adding more premium themes.
- Documentation. We want to translate the documentation into Chinese and other languages. Any help is welcomed!
- Bundle size. The library needs to be as small as possible, so we need to work on solutions to further reduce the bundle size, for example, supporting Preact or Nerv can help.
- Type checking. We will continue to improve the TypeScript and possibly the Flow coverage of the library.
2. React-Bootstrap

The most popular front-end framework, rebuilt for React.
3. Ant Design React
Popular React components following the Ant design guidelines and specifications, written in typescript and supporting a rich workflow.
4. Onsen UI React
More than 100 components are specially made for Material and Flat design bringing together the Onsen UI framework and React to build hybrid apps.
5. Belle
A set of React components optimized for mobile & desktop with highly customizable styles which can be configured on the base level as well individually for each one of them.
Comments
Post a Comment