Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebook/react-strict-dom
React Strict DOM (RSD) standardizes the development of styled React components for web and native.
https://github.com/facebook/react-strict-dom
Last synced: 16 days ago
JSON representation
React Strict DOM (RSD) standardizes the development of styled React components for web and native.
- Host: GitHub
- URL: https://github.com/facebook/react-strict-dom
- Owner: facebook
- License: mit
- Created: 2024-02-20T21:36:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T23:23:24.000Z (28 days ago)
- Last Synced: 2024-10-19T05:23:59.330Z (26 days ago)
- Language: JavaScript
- Homepage: https://facebook.github.io/react-strict-dom
- Size: 1.49 MB
- Stars: 3,150
- Watchers: 39
- Forks: 160
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# react-strict-dom dev
[![Action status](https://github.com/facebook/react-strict-dom/actions/workflows/tests.yml/badge.svg)](https://github.com/facebook/react-strict-dom/actions/workflows/tests.yml)
Development monorepo for "React Strict DOM".
**React Strict DOM** (RSD) standardizes the development of styled React components for web and native. The goal of RSD is to improve the speed and efficiency of React development without compromising on performance, reliability, or quality. Building with RSD is helping teams at Meta ship features faster, to more platforms, with fewer engineers.
## Structure
* `.github`
* Contains workflows used by GitHub Actions.
* Contains issue templates.
* `apps`
* Applications.
* [examples](https://github.com/facebook/react-strict-dom/blob/main/apps/examples)
* [website](https://github.com/facebook/react-strict-dom/blob/main/apps/website)
* `packages`
* Contains the individual packages managed in the monorepo.
* [benchmarks](https://github.com/facebook/react-strict-dom/blob/main/packages/benchmarks)
* [react-strict-dom](https://github.com/facebook/react-strict-dom/blob/main/packages/react-strict-dom) ([docs](https://facebook.github.io/react-strict-dom/))
* [scripts](https://github.com/facebook/react-strict-dom/blob/main/packages/scripts)
* `tools`
* Tools used by the monorepo (pre-commit tasks, etc.)## Contributing
Learn more about [how to contribute](https://facebook.github.io/react-strict-dom/contribute/).
## Code of conduct
This project expects all participants to adhere to Meta's OSS [Code of Conduct](https://opensource.fb.com/code-of-conduct/). Please read the full text so that you can understand what actions will and will not be tolerated.
## License
React Strict DOM is [MIT licensed](./LICENSE).