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.
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!
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?
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!
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.
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!
Top comments (5)
If you are looking for something more low-level, I highly recommend Reakit. Great, a11y-first component library.
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
Also check out Elastic ui,
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.
My bad, fixed :)