{"id":15019735,"url":"https://github.com/oblador/react-native-oxc","last_synced_at":"2025-03-04T07:06:26.945Z","repository":{"id":255420800,"uuid":"849507815","full_name":"oblador/react-native-oxc","owner":"oblador","description":"10x your react-native builds with OXC ","archived":false,"fork":false,"pushed_at":"2024-08-30T06:37:46.000Z","size":1465,"stargazers_count":31,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T06:11:17.815Z","etag":null,"topics":["metro","oxc","oxc-resolver","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oblador.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T18:00:43.000Z","updated_at":"2024-12-17T10:10:34.000Z","dependencies_parsed_at":"2024-08-29T22:50:42.709Z","dependency_job_id":"dde81637-2766-4125-93ac-6be57bed3d90","html_url":"https://github.com/oblador/react-native-oxc","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"72d9d4a874a2a117f61896bf2e8c7063f8ef5b45"},"previous_names":["oblador/react-native-oxc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblador%2Freact-native-oxc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblador%2Freact-native-oxc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblador%2Freact-native-oxc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblador%2Freact-native-oxc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oblador","download_url":"https://codeload.github.com/oblador/react-native-oxc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801206,"owners_count":20022384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["metro","oxc","oxc-resolver","react-native"],"created_at":"2024-09-24T19:53:57.461Z","updated_at":"2025-03-04T07:06:26.917Z","avatar_url":"https://github.com/oblador.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-oxc\n\nThe [Oxidation Compiler](https://oxc.rs) is creating a collection of high-performance tools for JavaScript and TypeScript written in Rust.\n\nThis library lets you leverage it for resolution (and soon ™ transpilation) to boost your react-native development environment.\n\n## Benefits over plain metro\n\n* 10x faster rebuilds for larger projects\n* Built-in support for tsconfig paths, so no need for `babel-plugin-module-resolver`\n* Handles `exports` conditions\n\n## Installation\n\n```sh\nnpm install react-native-oxc\n```\n\n## Usage\n\nModify the metro config to look something like this:\n\n```js\n// metro.config.js\nconst { createOxcResolver } = require('react-native—oxc');\n\nconst config = {\n  resolver: {\n    resolveRequest: createOxcResolver({\n      // optional oxc resolver options\n    }),\n  },\n};\n```\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foblador%2Freact-native-oxc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foblador%2Freact-native-oxc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foblador%2Freact-native-oxc/lists"}