Top 23 React Open-Source Projects
-
react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
create-react-app
Set up a modern web app by running one command.
With Next.js you get many things out of the box such as built-in routing, automatic code splitting and it will even decide whether your app can be statically rendered or needs to be rendered server-side on every request - all of this without any configuration. In fact, when creating a new React application I default to using create-next-app as opposed to create-react-app.
-
antd
🌈 A UI Design Language and React UI library
A full list of Ant.design variables can be found here. Careful now, ant design variables are inter-dependent, so changing one variable’s value can alter the presentation of other components.
-
material-ui
Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
I think that in the context of this question, https://github.com/mui-org/material-ui is a more relevant answer :)
-
Next.js
The React Framework
Latest mention: How SEO friendly is the next/image for Google Images | reddit.com/r/nextjs | 2021-01-27 -
next.js
The React Framework
I've worked with Next.js for more than a year and I liked the overall Developer Experience. It's pretty easy to create new pages, add new plugin, routing, etc. On top of all these, they've a lot of starter templates (or examples).
-
storybook
📓 The UI component explorer. Develop, document, & test for React, Vue, Angular, Ember, Web Components, & more!
We use Chromatic with Storyshots and it’s really great. Full CI and GitHub integration which builds and publishes a PR branch’s Storybook and creates a Visual PR showing all visual diffs for approval. It allows easier collaboration with your Product Manager too.
-
gatsby
Build blazing fast, modern apps and websites with React
Latest mention: The app-hash.js file has entry to all pages. How to prevent this | reddit.com/r/gatsbyjs | 2021-01-18Sorry I can't be of more help, did you try following these support issue rabbit holes?
-
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
-
awesome-react
A collection of awesome things regarding React ecosystem
I’m sorry, I’m not super familiar w the react community. Here’s a link I found to a few projects: https://github.com/enaqx/awesome-react#real-react-apps
-
33-js-concepts
📜 33 concepts every JavaScript developer should know.
33 JS concepts
-
hyperterm
A terminal built on web technologies
-
Apache Superset
Apache Superset is a Data Visualization and Data Exploration Platform
Latest mention: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021? | news.ycombinator.com | 2020-12-29Check out Superset. https://github.com/apache/incubator-superset
It’s modern, easy to extend. From the same author of apache airflow.
-
superset
Apache Superset is a Data Visualization and Data Exploration Platform
Latest mention: Apache Superset Is a Data Visualization and Data Exploration Platform | news.ycombinator.com | 2021-01-26 -
styled-components
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
This features is so powerful that some awesome libraries were built on it such as Styled Components and graphql-tag.
-
awesome-react-native
Awesome React Native components, news, tools, and learning material!
awesome-react-native - Awesome React Native components, news, tools, and learning material!
-
preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
-
taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
NervJS / taro
-
react-boilerplate
:fire: A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
-
formik
Build forms in React, without the tears 😭
I was working on a legacy application, well it was using 6 month old packages witch is legacy in the frontend world.. having old packages is not a problem in it self, but the application that was basically a large dynamic form, and it had grown so much since its first inception that we where experiencing some problems with sluggish inputs due to using the otherwise excellent formik library. So, I decided to try out the react-final-form library, that has more fine grained control to optimize rendering. after some initial testing, it looked promising, so when i decided to replace formik I had import { Field } from 'formik' sprinkled throughout the various components..
-
awesome-react-components
Curated List of React Components & Libraries.
awesome-react-components - the ultimate list of React Components & Libraries.
-
N1
:love_letter: An extensible desktop mail app built on the modern web. Forks welcome!
-
SheetJS js-xlsx
:green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit
Index
What are some of the best open-source React projects? This list will help you:
Project | Stars | |
---|---|---|
1 | react | 162,735 |
2 | create-react-app | 85,440 |
3 | antd | 66,339 |
4 | material-ui | 64,624 |
5 | Next.js | 61,203 |
6 | next.js | 60,604 |
7 | storybook | 57,466 |
8 | gatsby | 48,726 |
9 | Ionic Framework | 42,899 |
10 | awesome-react | 41,170 |
11 | 33-js-concepts | 35,955 |
12 | hyperterm | 35,113 |
13 | Apache Superset | 33,607 |
14 | superset | 32,538 |
15 | styled-components | 32,346 |
16 | awesome-react-native | 28,891 |
17 | preact | 28,181 |
18 | taro | 28,014 |
19 | react-boilerplate | 26,908 |
20 | formik | 26,046 |
21 | awesome-react-components | 25,011 |
22 | N1 | 24,583 |
23 | SheetJS js-xlsx | 24,345 |