Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ant Design Pro | 34,281 | 133 | 75 | 4 days ago | 47 | May 08, 2019 | 262 | mit | TypeScript | |
👨🏻💻👩🏻💻 Use Ant Design like a Pro! | ||||||||||
React Native Web | 20,770 | 3,237 | 1,342 | a day ago | 335 | August 30, 2022 | 80 | mit | JavaScript | |
Cross-platform React UI packages | ||||||||||
Antd Admin | 9,243 | 3 months ago | 31 | mit | JavaScript | |||||
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS | ||||||||||
Jest Cheat Sheet | 4,869 | 5 months ago | cc0-1.0 | |||||||
Jest cheat sheet | ||||||||||
Quilt | 1,563 | 10 | 53 | 14 days ago | 90 | May 19, 2022 | 129 | mit | TypeScript | |
A loosely related set of packages for JavaScript/TypeScript projects at Shopify | ||||||||||
Orval | 1,413 | 9 days ago | 161 | May 18, 2022 | 133 | mit | TypeScript | |||
orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺 | ||||||||||
React | 990 | 6 months ago | 14 | mit | JavaScript | |||||
基于react的企业后台管理开发框架 | ||||||||||
React Testing Library Course | 948 | 7 months ago | 3 | other | JavaScript | |||||
Test React Components with Jest and React Testing Library on TestingJavaScript.com | ||||||||||
Smocker | 939 | 2 months ago | 2 | April 23, 2021 | 29 | mit | TypeScript | |||
Smocker is a simple and efficient HTTP mock server and proxy. | ||||||||||
Reactspa | 923 | 8 days ago | 8 | mit | JavaScript | |||||
combination of react teconology stack |
This is the development monorepo for "React Native for Web" and related projects.
.github
configs
packages
scripts
build
npm run build
to run the build script in every package.npm run build -w <package-name>
to run the build script for a specific package.dev
npm run dev
to run the dev script in every package.npm run dev -w <package-name>
to run the dev script for a specific package.test
npm run test
to run tests for every package.More details can be found in the contributing guide below.
Development happens in the open on GitHub and we are grateful for contributions including bugfixes, improvements, and ideas.
This project expects all participants to adhere to Meta's OSS Code of Conduct. Please read the full text so that you can understand what actions will and will not be tolerated.
Read the contributing guide to learn about the development process, how to propose bugfixes and improvements, and how to build and test your changes to React Native for Web.
To help you get you familiar with the contribution process, there is a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.