{"id":18264735,"url":"https://github.com/reactcomponentkit/reactcomponentkit","last_synced_at":"2025-04-04T21:30:47.056Z","repository":{"id":62452572,"uuid":"141912345","full_name":"ReactComponentKit/ReactComponentKit","owner":"ReactComponentKit","description":"ReactComponentKit = Component + MVVM + Redux for iOS!!!","archived":false,"fork":false,"pushed_at":"2019-09-19T12:07:09.000Z","size":1658,"stargazers_count":32,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T19:17:37.899Z","etag":null,"topics":["component","ios","mvvm","react","redux"],"latest_commit_sha":null,"homepage":"https://github.com/ReactComponentKit/ReactComponentKit","language":"Swift","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/ReactComponentKit.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-07-22T16:29:23.000Z","updated_at":"2023-10-28T14:13:19.000Z","dependencies_parsed_at":"2022-11-01T23:46:18.588Z","dependency_job_id":null,"html_url":"https://github.com/ReactComponentKit/ReactComponentKit","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactComponentKit%2FReactComponentKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactComponentKit%2FReactComponentKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactComponentKit%2FReactComponentKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactComponentKit%2FReactComponentKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReactComponentKit","download_url":"https://codeload.github.com/ReactComponentKit/ReactComponentKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247252005,"owners_count":20908608,"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":["component","ios","mvvm","react","redux"],"created_at":"2024-11-05T11:15:46.385Z","updated_at":"2025-04-04T21:30:45.786Z","avatar_url":"https://github.com/ReactComponentKit.png","language":"Swift","readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/ReactComponentKit/ReactComponentKit/master/art/logo.png\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/iOS-%3E%3D%209.0-green.svg\" /\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/Swift-%3E%3D%204.2-orange.svg\" /\u003e\n\t\u003cimg src=\"https://img.shields.io/cocoapods/v/ReactComponentKit.svg\" /\u003e\n\t\u003cimg src=\"https://img.shields.io/github/license/ReactComponentKit/ReactComponentKit.svg\" /\u003e\n\u003c/div\u003e\n\n\n# ReactComponentKit\n\nReactComponentKit is a library for building UIViewControllers. You can make UIViewControllers based on Components. Also, It uses MVVM and Redux architectures for unidirectional data flow.\n\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/ReactComponentKit/ReactComponentKit/master/art/ReactComponentKit.png\"\u003e\u003c/div\u003e\n\n## Data Flow\n\n * (1) : Components dispatch actions\n * (2) : ViewModel passes the actions to the store. You can use beforeDispatch(action:) method to do some work before dispatching actions.\n * (3) : Store passed current state to the Redux pipeline. Middlewares, Reducers and Postwares make a new state.\n * (4) : New State comes out from the Redux pipeline. It is passed to the store.\n * (5) : Store passes the new state to the ViewModel.\n * (6) : ViewModel passes or propagates the state to the Components.\n\n## Components\n\nReactComponentKit provides four components basically. \n\n * UIViewComponent\n \t* It is a basic component for making a scene. It is just a UIView that has some convenient methods for dispatching actions and receiving states.\n * UICollectionViewComponent\n \t* It is a component for making a scene that uses UICollectionView.\n * UITableViewComponent\n \t* It is a component for making a scene that uses UITableView.\n * UIViewControllerComponent\n \t* It is a component for spliting a massive view controller. \n\n## Examples\n\n * [Counter](https://github.com/ReactComponentKit/Counter)\n\t* Counter is a very simple and basic redux example.\n * [EmojiCollection](https://github.com/ReactComponentKit/EmojiCollection)\n \t* EmojiCollection is a example for using UICollectionView and Diff algorithms.\n * [UserList](https://github.com/ReactComponentKit/UserList)\n\t* UserList is focus on requesting api asynchronously.\n * [GitHubSearch](https://github.com/ReactComponentKit/GitHubSearch)\n \t* GitHubSearch is an example for ReactComponentKit. It searches repositories or users on Github.com.\n\n## How to install\n\n```\npod 'ReactComponentKit'\n```\n\n## 시작하기\n\n * [시작하기 문서 보기](https://github.com/ReactComponentKit/ReactComponentKit/wiki/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0)\n\n## Getting Started\n\n * writing...\n\n\n## MIT License\n\nThe MIT License\n\nCopyright © 2018 Sungcheol Kim, https://github.com/ReactComponentKit/ReactComponentKit\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactcomponentkit%2Freactcomponentkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactcomponentkit%2Freactcomponentkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactcomponentkit%2Freactcomponentkit/lists"}