{"id":26582963,"url":"https://github.com/capybara003/react-dom","last_synced_at":"2026-04-18T04:31:54.407Z","repository":{"id":281890929,"uuid":"946502647","full_name":"Capybara003/react-dom","owner":"Capybara003","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T08:41:53.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T08:19:09.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Capybara003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2025-03-11T08:40:55.000Z","updated_at":"2025-03-11T08:41:59.000Z","dependencies_parsed_at":"2025-03-11T17:54:09.862Z","dependency_job_id":"b39d0740-348f-47e7-962c-47d91a89c6b3","html_url":"https://github.com/Capybara003/react-dom","commit_stats":null,"previous_names":["capybara003/react-dom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Capybara003/react-dom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2Freact-dom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2Freact-dom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2Freact-dom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2Freact-dom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Capybara003","download_url":"https://codeload.github.com/Capybara003/react-dom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2Freact-dom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31956826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-03-23T08:19:11.127Z","updated_at":"2026-04-18T04:31:54.378Z","avatar_url":"https://github.com/Capybara003.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"react-dom - hot-loader edition\n=====\nThis is normal `react-dom` with some patches applied to be more \n[React-Hot-Loader](https://github.com/gaearon/react-hot-loader) friendly.\n\nUse it to obtain more 🔥 dev experience.\n\n# Differences from react\nThere are just a few changed lines, see [patch.js](https://github.com/gaearon/react-hot-loader/blob/master/src/webpack/patch.js) for details\n\n# Using this module\n\n## Install\n```text\nyarn add @hot-loader/react-dom@YOUR_REACT_VERSION\n```\n\u003e Right now only 16.7.0+ versions are available\n\n## Rewire\nTo use this version of React-dom you have to rewire your application\n\n### Webpack\njust configure your webpack to alias this package, instead of a real react-dom.\nSee https://webpack.js.org/configuration/resolve/#resolve-alias\n```js\n// webpack.conf\n...\nresolve: {\n    alias: {\n      'react-dom': '@hot-loader/react-dom'\n    }\n}\n...\n```\nYou may set configuration to only use react-🔥-dom only in dev mode.\n### Parcel\nUse `alias` field in `package.json` to rewire your project. This will affect dev and production modes.\nSee https://github.com/parcel-bundler/parcel/pull/850\n```js\n{\n  \"alias\": {\n    \"react-dom\": \"@hot-loader/react-dom\"\n  }\n}\n```\n\n### (Yarn) Any other system\nFor any other build system, which may not support aliasing - use yarn name resolution.\nSee https://twitter.com/sebmck/status/873958247304232961?lang=en for details.\n```text\nyarn add react-dom@npm:@hot-loader/react-dom\n```\n\n# Using webpack-loader\nReact-hot-loader's webpack-loader could land necessary patches on\nbuild time. If you can use it instead of this package, if you can.\n\n# Production ready\nproduction bundle, exported by this package is __identical to the original\nreact-dom.production.min.js__. It is safe to keep rewiring in production.\n\n\n# License\nReact is MIT licensed. This library is still react\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapybara003%2Freact-dom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapybara003%2Freact-dom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapybara003%2Freact-dom/lists"}