{"id":13846260,"url":"https://github.com/easy-team/egg-webpack-react","last_synced_at":"2025-12-30T08:42:25.299Z","repository":{"id":98270257,"uuid":"90045089","full_name":"easy-team/egg-webpack-react","owner":"easy-team","description":"React Server-Side Rendering Webpack Memory Compilation Plugin for Egg","archived":false,"fork":false,"pushed_at":"2020-01-26T04:26:52.000Z","size":18,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T13:05:42.358Z","etag":null,"topics":["egg","egg-plugin","react","react-server-render","server-side-rendering","ssr","webpack2","webpack2-boilerplate"],"latest_commit_sha":null,"homepage":"https://easyjs.cn","language":"JavaScript","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/easy-team.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-05-02T14:51:09.000Z","updated_at":"2020-01-26T04:26:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b3cb4a1-9382-4b22-a65a-cc0412b9ac7f","html_url":"https://github.com/easy-team/egg-webpack-react","commit_stats":null,"previous_names":["hubcarl/egg-webpack-react"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/easy-team/egg-webpack-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fegg-webpack-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fegg-webpack-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fegg-webpack-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fegg-webpack-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easy-team","download_url":"https://codeload.github.com/easy-team/egg-webpack-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fegg-webpack-react/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958135,"owners_count":23689007,"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":["egg","egg-plugin","react","react-server-render","server-side-rendering","ssr","webpack2","webpack2-boilerplate"],"created_at":"2024-08-04T18:00:21.285Z","updated_at":"2025-12-30T08:42:25.243Z","avatar_url":"https://github.com/easy-team.png","language":"JavaScript","funding_links":[],"categories":["依赖"],"sub_categories":[],"readme":"# egg-webpack-react\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][codecov-image]][codecov-url]\n[![David deps][david-image]][david-url]\n[![Known Vulnerabilities][snyk-image]][snyk-url]\n[![npm download][download-image]][download-url]\n\n[npm-image]: https://img.shields.io/npm/v/egg-webpack-react.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/egg-webpack-react\n[travis-image]: https://img.shields.io/travis/easy-team/egg-webpack-react.svg?style=flat-square\n[travis-url]: https://travis-ci.org/easy-team/egg-webpack-react\n[codecov-image]: https://img.shields.io/codecov/c/github/easy-team/egg-webpack-react.svg?style=flat-square\n[codecov-url]: https://codecov.io/github/easy-team/egg-webpack-react?branch=master\n[david-image]: https://img.shields.io/david/easy-team/egg-webpack-react.svg?style=flat-square\n[david-url]: https://david-dm.org/easy-team/egg-webpack-react\n[snyk-image]: https://snyk.io/test/npm/egg-webpack-react/badge.svg?style=flat-square\n[snyk-url]: https://snyk.io/test/npm/egg-webpack-react\n[download-image]: https://img.shields.io/npm/dm/egg-webpack-react.svg?style=flat-square\n[download-url]: https://npmjs.org/package/egg-webpack-react\n\nSupport React Server Side Render File Memory Read for [egg-webpack](https://github.com/hubcarl/egg-webpack) and [egg-view-react-ssr](https://github.com/easy-team/egg-view-react-ssr). when the local development, wepback memory read the way to cover the local file read logic.\n\n## Install\n\n```bash\n$ npm i egg-webpack-react --save-dev\n```\n\n## Version\n\n- 3.x.x \u003e Node 8\n- 2.x.x \u003e Node 6\n\n## Usage\n\n```js\n// {app_root}/config/plugin.js\nexports.webpackreact = {\n  enable: true,\n  package: 'egg-webpack-react',\n};\n```\n\n## Configuration\n\n```js\n// {app_root}/config/config.default.js\nexports.webpackreact = {\n};\n```\n\nsee [config/config.default.js](config/config.default.js) for more detail.\n\n## Example\n\n- React Server Side Render Example, Please See [egg-react-webpack-boilerplate](https://github.com/easy-team/egg-react-webpack-boilerplate)\n- React TypeScript Server Side Render Example, Please See [egg-react-typescript-boilerplate](https://github.com/easy-team/egg-react-typescript-boilerplate)\n- React Server Side Render Framework Example, Please See [res](https://github.com/easy-team/res)\n\n## Questions \u0026 Suggestions\n\nPlease open an issue [here](https://github.com/easy-team/egg-view-react-ssr/issues).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasy-team%2Fegg-webpack-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasy-team%2Fegg-webpack-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasy-team%2Fegg-webpack-react/lists"}