Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necolas/react-native-web
Cross-platform React UI packages
https://github.com/necolas/react-native-web
cross-platform css-in-js gui-framework react react-components react-dom react-native react-native-web react-ui
Last synced: 6 days ago
JSON representation
Cross-platform React UI packages
- Host: GitHub
- URL: https://github.com/necolas/react-native-web
- Owner: necolas
- License: mit
- Created: 2015-06-09T19:25:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T01:53:45.000Z (18 days ago)
- Last Synced: 2024-10-20T03:13:42.493Z (15 days ago)
- Topics: cross-platform, css-in-js, gui-framework, react, react-components, react-dom, react-native, react-native-web, react-ui
- Language: JavaScript
- Homepage: https://necolas.github.io/react-native-web
- Size: 90.9 MB
- Stars: 21,617
- Watchers: 333
- Forks: 1,788
- Open Issues: 109
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-web ★10904 - React Native for Web (Components / Other Platforms)
- awesome-list - react-native-web
- Awesome-React-Native-Education - React Native Web
- awesome-react-native - react-native-web ★10904 - React Native for Web (Components / Other Platforms)
- awesome - necolas/react-native-web - Cross-platform React UI packages (JavaScript)
- awesome-universal-react - React Native for Web - Cross-platform React UI packages (Frameworks)
- react-native-awesome - react-native-web
- awesome-github-star - react-native-web - platform React UI packages | necolas | 20989 | (JavaScript)
- awesome - react-native-web - React Native for Web (JavaScript)
- awesome-react-native - react-native-web
- awesome - necolas/react-native-web - Cross-platform React UI packages (JavaScript)
- awesome-react-native - react-native-web ★10904 - React Native for Web (Components / Other Platforms)
- jimsghstars - necolas/react-native-web - Cross-platform React UI packages (JavaScript)
- awesome - react-native-web - React Native for Web (JavaScript)
- awesome-react-native - react-native-web ★10904 - React Native for Web (Components / Other Platforms)
- StarryDivineSky - necolas/react-native-web
README
# Development monorepo
This is the development monorepo for "React Native for Web" and related projects.
## Structure
* `.github`
* Contains workflows used by GitHub Actions.
* Contains issue templates.
* `configs`
* Contains configuration files used by the monorepo tooling (compiling, linting, testing, etc.)
* `packages`
* [react-native-web](https://github.com/necolas/react-native-web/blob/master/packages/react-native-web)
* Contains the individual packages managed in the monorepo.
* `scripts`
* Contains Node.js scripts for miscellaneous tasks.## Tasks
* `build`
* Use `npm run build` to run the build script in every package.
* Use `npm run build -w ` to run the build script for a specific package.
* `dev`
* Use `npm run dev` to run the dev script in every package.
* Use `npm run dev -w ` to run the dev script for a specific package.
* `test`
* Use `npm run test` to run tests for every package.More details can be found in the contributing guide below.
## Contributing
Development happens in the open on GitHub and we are grateful for contributions including bugfixes, improvements, and ideas.
### Code of conduct
This project expects all participants to adhere to Meta's OSS [Code of Conduct][code-of-conduct]. Please read the full text so that you can understand what actions will and will not be tolerated.
### Contributing guide
Read the [contributing guide][contributing-url] 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.
### Good first issues
To help you get you familiar with the contribution process, there is a list of [good first issues][good-first-issue-url] that contain bugs which have a relatively limited scope. This is a great place to get started.
[contributing-url]: https://github.com/necolas/react-native-web/blob/master/.github/CONTRIBUTING.md
[good-first-issue-url]: https://github.com/necolas/react-native-web/labels/good%20first%20issue
[code-of-conduct]: https://opensource.fb.com/code-of-conduct/