DEV Community

Cover image for 5 React UI Libraries you need to check out in 2020
Tomek Poniatowicz for GraphQL Editor

Posted on • Updated on • Originally published at blog.graphqleditor.com

5 React UI Libraries you need to check out in 2020

React is one of the most popular web frameworks. Well, not exactly a framework but rather a frontend library but it’s often described this way and usually being mentioned or compared to other frameworks.

What's special about React is that it first introduced us the component-based architecture giving the direction for the web development industry. Seeing how well it was received, many other frameworks decided to adopt this approach as well.

React's modular nature created an ecosystem of UI libraries that is growing rapidly. You probably all know the most popular ones:

but there are plenty of smaller/less known libraries which are also awesome. Let's take a look at some of them!

Grommet

Grommet is a React-based framework that allows you to tailor the component library to align with your product/company style. The accessibility & modularity provided by Grommet allows you even to control the way your components interact with each other. Along with a framework you get access to icons assets pack as well as some experimental features like Grommet Designer which allows you to build your components using a dedicated interface or Grommet Themer a useful tool to import your company style details into Grommet designer.

GitHub | Website

Grommet

Chakra UI

Chakra UI is another simple and very accessible component library for React. Chakra UI strictly follows the standards, all components come with proper attributes and keyboard interactions out of the box giving all the building blocks you need to build your new awesome React app!

GitHub | Website

Chakra UI

Rebass

Rebass is a very simple yet powerful UI components library featuring simple & quickly accessible mobile-first responsive styles with array-based syntax. Rebass contains only 18 essential, light-weight components based on the Styled System library. Easily customizable, capable of creating very powerful things, Rebass is being described as the "Bootstrap of React". Sounds promising right?

GitHub | Website

Rebass

Evergreen

Evergreen is a React UI Framework maintained by Segment for building beautiful web products. It contains a set of components working out of the box. Evergreen's components are built on top of a React UI Primitive which makes them highly flexible & comparable. If you are looking for a production-grade UI set for your projects Evergreen is a great choice!

GitHub | Website

Evergreen

React Suite

React Suite is a suite of well-designed React components. React SUite offers components designed attention to detail as well as a developer-friendly UI environment. React Suite is a set of ready-to-go libraries suiting even the most sophisticated enterprise product needs.

GitHub | Website

React Suite


Boost your API with GraphQL

GraphQL Editor is a tool that would help you build, manage & deploy your GraphQL API much faster thanks to dozens of built-in micro features like mock backend or frontend engine for previewing your GraphQL queries!

GraphQL Editor

Top comments (5)

Collapse
 
andrzejchmura profile image
Andrzej Chmura

If you are looking for something more low-level, I highly recommend Reakit. Great, a11y-first component library.

Collapse
 
jannikwempe profile image
Jannik Wempe

I used Chakra UI in my last projects. I absolutely love it! It's like having awesome little building blocks. Stack with spacing and Grid are my favorites <3

Collapse
 
akshay090 profile image
Akshay090

Also check out Elastic ui,

Collapse
 
bcbrian profile image
Brian Bartholomew

Hi love the post! One small suggestion material ui is not by google. Material design philosophy is. But material ui is not. Please change that part in you post.

Collapse
 
tomekponiat profile image
Tomek Poniatowicz

My bad, fixed :)