{"id":21870457,"url":"https://github.com/next-dev-team/react-wasm-rust","last_synced_at":"2026-04-08T18:32:01.159Z","repository":{"id":239002606,"uuid":"797671340","full_name":"next-dev-team/react-wasm-rust","owner":"next-dev-team","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-15T01:47:19.000Z","size":1224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-21T22:22:18.064Z","etag":null,"topics":["react","rust","wasm","wasm-bindgen","wasm-pack"],"latest_commit_sha":null,"homepage":"https://wasm-react.netlify.app","language":"TypeScript","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/next-dev-team.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":"2024-05-08T09:41:32.000Z","updated_at":"2024-10-15T01:47:23.000Z","dependencies_parsed_at":"2024-05-17T07:41:44.118Z","dependency_job_id":"db00ac34-dd00-4c54-aed7-6efe0f6e672e","html_url":"https://github.com/next-dev-team/react-wasm-rust","commit_stats":null,"previous_names":["next-dev-team/react-wasm"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/next-dev-team/react-wasm-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-dev-team%2Freact-wasm-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-dev-team%2Freact-wasm-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-dev-team%2Freact-wasm-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-dev-team%2Freact-wasm-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/next-dev-team","download_url":"https://codeload.github.com/next-dev-team/react-wasm-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-dev-team%2Freact-wasm-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["react","rust","wasm","wasm-bindgen","wasm-pack"],"created_at":"2024-11-28T06:11:29.554Z","updated_at":"2026-04-08T18:32:01.137Z","avatar_url":"https://github.com/next-dev-team.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# React-Wasm\n\nThe next generation of enterprise web applications with react and wasm `Preview:`\u003chttps://wasm-react.netlify.app\u003e\n\n## Teach Stack\n\n- [WasmRust](https://github.com/rustwasm/wasm-bindgen) Wasm with rust using Wasm-bindgen\n- [Webpack MFSU](https://umijs.org/blog/mfsu-faster-than-vite) - Familiar with Webpack features\n- [React](https://react.dev/) - React official website\n- [TypeScript](https://www.typescriptlang.org/) - Familiar with the basic syntax of `TypeScript`\n- [Es6](http://es6.ruanyifeng.com/) - Familiar with es6 basic syntax\n- [Ant-Design V5](https://ant.design) - Enterprise UI library\n- [Antd procomponents](https://procomponents.ant.design/) - Antd procomponent\n\n## Development\n\n Preparation tools\n\n- [Node](http://nodejs.org/) and [git](https://git-scm.com/)\n- [Rust](https://www.rust-lang.org/tools/install)\n\n Develop\n\n- Install pnpm: `npm i -g pnpm`\n- Compile rust: `Cargo update`\n- Run dev: `npm run dev`\n- Run build: `npm run build`\n\n## Translate\n\n- Fist init check config in `script/locale/locale-config.json`\n\n### Auto translate with lobe/i18n using gpt\n\n- Setup: `lobe-i18n -0`\n- Enter key or proxy server\n- Translate `npm run locale:sync` will auto extract all translate to default lang and translate to all language that config in scrip/locale-config.json\n\n## Rust lib ref\n\n\u003chttps://github.com/MoeYc/umi4-wasm-example/blob/main/packages/widget/.umirc.ts\u003e\n\u003chttps://github.com/tkat0/react-wasm-tutorial\u003e\n\u003chttps://github.com/DavidZemon/SccaSoloPointsCalculator/tree/master\u003e\n\u003chttps://github.com/monroeclinton/wasm-learn\u003e\n \u003chttps://www.tkat0.dev/posts/how-to-create-a-react-app-with-rust-and-wasm/#create-rust-library-for-wasm\u003e\n\n## Contributing\n\nAny type of contribution is welcome, here are some examples of how you may contribute to this project:\n\n- Submit [issues](https://github.com/next-dev-team/react-wasm/issues) to report bugs or ask questions.\n\n## MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnext-dev-team%2Freact-wasm-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnext-dev-team%2Freact-wasm-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnext-dev-team%2Freact-wasm-rust/lists"}