{"id":15037401,"url":"https://github.com/beeth0ven/rxswift-chinese-documentation","last_synced_at":"2025-05-16T03:03:06.646Z","repository":{"id":23490669,"uuid":"98111681","full_name":"beeth0ven/RxSwift-Chinese-Documentation","owner":"beeth0ven","description":"RxSwift 中文文档","archived":false,"fork":false,"pushed_at":"2022-12-07T06:23:45.000Z","size":19214,"stargazers_count":1355,"open_issues_count":2,"forks_count":151,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-05-16T03:02:55.160Z","etag":null,"topics":["chinese","documentation","reactivex","rxswift"],"latest_commit_sha":null,"homepage":"https://beeth0ven.github.io/RxSwift-Chinese-Documentation/","language":"CSS","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/beeth0ven.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}},"created_at":"2017-07-23T16:43:24.000Z","updated_at":"2025-05-14T15:14:42.000Z","dependencies_parsed_at":"2023-01-14T00:30:21.718Z","dependency_job_id":null,"html_url":"https://github.com/beeth0ven/RxSwift-Chinese-Documentation","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeth0ven%2FRxSwift-Chinese-Documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeth0ven%2FRxSwift-Chinese-Documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeth0ven%2FRxSwift-Chinese-Documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeth0ven%2FRxSwift-Chinese-Documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeth0ven","download_url":"https://codeload.github.com/beeth0ven/RxSwift-Chinese-Documentation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459083,"owners_count":22074604,"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":["chinese","documentation","reactivex","rxswift"],"created_at":"2024-09-24T20:34:32.483Z","updated_at":"2025-05-16T03:03:01.614Z","avatar_url":"https://github.com/beeth0ven.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RxSwift 中文文档（非官方）\n\n地址： https://beeth0ven.github.io/RxSwift-Chinese-Documentation/\n\n**如果以上地址被墙，可临时访问：https://rxswift.picroup.com/**\n\n## 简介\n\n这是一份 [RxSwift] 中文文档。如今响应式编程变得越来越流行，我们已经无法阻挡这股热潮。这份文档整合了 [RxSwift] 文档，[RxJS] 文档，[ReactiveX] 文档以及笔者的一些个人观点。目的是为了让大家能够快速上手响应式编程。虽然本文档主要是介绍 [RxSwift]，不过使用其他响应式框架的开发者也可以从中获益，例如：[ReactiveCocoa]，[RxJava]，[RxJS] 等。因为这些框架都有一些共性，例如：响应式的思维方式，操作符的功能及用法等。而这些内容文档里面都有介绍。\n\n由于这是笔者第一次发布文档，如果文档存在问题，还请谅解。你可通过 [10. 关于本文档] 页面提供的方式，将问题反馈给笔者。同时也非常欢迎大家给我发合并请求。\n\n## 目录\n\n* [RxSwift 中文文档]\n* [1. 为什么要使用 RxSwift?]\n* [2. 你好 RxSwift！]\n* [3. 函数响应式编程]\n* [4. RxSwift 的核心组件]\n* [5. 如何选择操作符？]\n* [6. 更多示例]\n* [7. RxSwift 常用架构]\n* [8. RxSwift 生态系统]\n* [9. 学习资源]\n* [10. 关于本文档]\n\n## 预览\n\n![Introduction](assets/README/Introduction.png)\n\n---\n\n![FunctionalReactiveProgramming](assets/README/FunctionalReactiveProgramming.png)\n\n---\n\n![OperatorCreate](assets/README/OperatorCreate.png)\n\n---\n\n![RxSwiftEcosystem](assets/README/RxSwiftEcosystem.png)\n\n\n[RxSwift 中文文档]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/\n[1. 为什么要使用 RxSwift?]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/why_rxswift.html\n[2. 你好 RxSwift！]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/first_app.html\n[3. 函数响应式编程]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/think_reactive.html\n[4. RxSwift 的核心组件]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/rxswift_core.html\n[5. 如何选择操作符？]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/decision_tree.html\n[6. 更多示例]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/more_demo.html\n[7. RxSwift 常用架构]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/architecture.html\n[8. RxSwift 生态系统]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/rxswift_ecosystem.html\n[9. 学习资源]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/resource.html\n[10. 关于本文档]:https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/about.html\n\n[RxSwift]:https://github.com/ReactiveX/RxSwift\n[ReactiveX]:http://reactivex.io/\n[RxJava]:https://github.com/ReactiveX/RxJava\n[RxJS]:https://github.com/Reactive-Extensions/RxJS\n[ReactiveCocoa]:https://github.com/ReactiveCocoa/ReactiveCocoa\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeth0ven%2Frxswift-chinese-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeth0ven%2Frxswift-chinese-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeth0ven%2Frxswift-chinese-documentation/lists"}