Posts

Showing posts with the label react ui library

Top 10 React UI Libraries (UI Components)

Image
React is no doubt one of the most popular JavaScript frameworks in the world. We can use it to create modern and beautiful user interface (ui) for web, mobile, and even desktop applications. React is not CSS framework, so it comes without any styles or ready-to-use ui components. Fortunately, React ecosystem is so huge, there are dozens open source projects that provide us React ui library or ui components (I prefer call it as ui components). People are often confused which one should they use in their projects. If you are looking for the best react ui library, here are my top list base on GitHub contributors and stars on December 16th, 2017. 10. rebass Rebass is Functional React UI component library, built with styled-components. GitHub Repo:  https://github.com/jxnblk/rebass GitHub Stars: 3316  GitHub Contributors: 26  Website:  http://jxnblk.com/rebass 9. elemental Elemental UI is A UI Toolkit for React.js Websites and Apps. GitHub Repo:...