GitXplorerGitXplorer
f

react-strict-dom

public
3086 stars
159 forks
35 issues

Commits

List of commits on branch main.
Unverified
edb63a71d190272a1975db84c9f8d1f036c5a823

0.0.27

nnecolas committed 3 days ago
Unverified
62f3ba804f785c25051239d1a50d8caafa6ac193

Allow use of outline styles on native

nnecolas committed 3 days ago
Unverified
38ccfe34e997ced9c77a65c5a1bddaa1a73a2d43

Fix support for % translate transforms

nnecolas committed 10 days ago
Unverified
096cd0cb12d3740ad3ea77f31be428a1acba4237

0.0.26

nnecolas committed 14 days ago
Unverified
56163f8389ed36db2242ef2a062e40afa4117e3a

Allow text-decoration-* styles to be inherited

nnecolas committed 22 days ago
Unverified
94267da2eecffcc5693caa4dbb338f7546cd84ce

Install prettier@3.3.3

nnecolas committed 22 days ago

README

The README file for this repository.

react-strict-dom dev

Action status

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.

On web, RSD has no performance overhead relative to Meta's baseline use of React DOM with StyleX. On native platforms, RSD builds on the design goals of the "React DOM for Native proposal" by polyfilling a large number of standard APIs, and by leveraging new web capabilities coming to React Native. Please see COMPATIBILITY.md for a detailed breakdown of the API compatibility for native, and links to specific issues. Register your interest (e.g., thumbsup reaction) in supporting missing features on native platforms.

Structure

  • .github
    • Contains workflows used by GitHub Actions.
    • Contains issue templates.
  • apps
  • packages
  • tools
    • Tools used by the monorepo (pre-commit tasks, etc.)

Tasks

  • build
    • Use npm run build to run the build script in every workspace.
    • Use npm run build -w <package-name> to run the build script for a specific workspace.
  • dev
    • Use npm run dev to run the dev script in every workspace.
    • Use npm run dev -w <package-name> to run the dev script for a specific workspace.
  • test
    • Use npm test to run tests for every workspace.

More details and setup instructions can be found in the CONTRIBUTING guide.

Code of conduct

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.

License

React Strict DOM is MIT licensed.