{"id":45169790,"url":"https://github.com/kdjun97/reactorgraphy","last_synced_at":"2026-02-20T08:03:31.774Z","repository":{"id":331291889,"uuid":"1124089759","full_name":"kdjun97/reactorgraphy","owner":"kdjun97","description":"Prography9기 과제를 UIKit + Reactorkit으로 개발","archived":false,"fork":false,"pushed_at":"2026-01-19T12:55:58.000Z","size":1429,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-19T19:37:14.695Z","etag":null,"topics":["clean-architecture","reactorkit","swift","tuist","uikit"],"latest_commit_sha":null,"homepage":"","language":null,"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/kdjun97.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-28T10:03:45.000Z","updated_at":"2025-12-28T10:09:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kdjun97/reactorgraphy","commit_stats":null,"previous_names":["kdjun97/reactorgraphy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kdjun97/reactorgraphy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdjun97%2Freactorgraphy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdjun97%2Freactorgraphy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdjun97%2Freactorgraphy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdjun97%2Freactorgraphy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdjun97","download_url":"https://codeload.github.com/kdjun97/reactorgraphy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdjun97%2Freactorgraphy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29645170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T05:21:04.652Z","status":"ssl_error","status_checked_at":"2026-02-20T05:21:04.238Z","response_time":59,"last_error":"SSL_read: 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":["clean-architecture","reactorkit","swift","tuist","uikit"],"created_at":"2026-02-20T08:03:31.180Z","updated_at":"2026-02-20T08:03:31.768Z","avatar_url":"https://github.com/kdjun97.png","language":null,"readme":"# ReactorGraphy\n\n### 📌 Project Overview\n\nPrography 과제를 UIKit + ReactorKit으로 구현한 사이드 프로젝트.  \nCollectionView, UIKit, 무한 스크롤, 상태 관리, 아키텍처 분리 ReactorKit에 대한 연습 프로젝트.  \n\n* 총 3개의 화면 구현\n  * Home\n  * Random Photo\n  * Detail\n* UICollectionView 기반 이미지 리스트\n* Pagination을 이용한 무한 스크롤 구현\n* ReactorKit을 활용한 단방향 데이터 흐름 적용  \n\n---  \n\n### 🛠 Tech Stack\n\nLanguage: Swift  \nUI Framework: UIKit  \nArchitecture: Clean Architecture  \nState Management: ReactorKit, RxSwift, RxCocoa  \nImage: Kingfisher  \nLayout: SnapKit  \n\n---  \n\n### ✨ Features\n\n* Home / Random Photo / Detail 화면 구성  \n* UICompositionalLayout 기반 Carousel 구현\n* 복잡한 CollectionView 구현\n  * 섹션별 레이아웃 분리\n  * 스크롤 방향이 다른 섹션 혼합 구성\n    * UICollectionView 내부에 가변 Width / 가변 Height 섹션 처리\n      * 가변 Width 처리\n        * 셀 내부에 UICollectionView를 한 번 더 중첩\n        * 내부 컬렉션뷰에 FlowLayout 적용\n        * 콘텐츠 크기에 따라 동적으로 가로 스크롤 레이아웃 구성\n      * 가변 Height (Waterfall Layout) 처리\n        * UICollectionViewLayout을 직접 구현\n        * 각 아이템의 height를 계산하여 가장 짧은 컬럼에 배치 (waterfall 원리)\n        * Pinterest 스타일의 Waterfall 레이아웃 구성\n* Pagination 기반 무한 스크롤\n  * Waterfall Layout과 Pagination을 함께 적용\n  * 스크롤 하단 도달 시 다음 페이지 로딩\n* Kingfisher 기반 이미지 로딩 및 캐싱\n* ReactorKit 기반 상태 관리 및 이벤트 처리  \n\n---  \n\n### 🏗 Architecture  \n\nClean Architecture 구조를 기반으로 계층 분리  \n* Presentation  \n  * ViewController\n  * Reactor\n* Domain\n  * UseCase\n  * RepositoryProtocol\n  * Entity Model\n* Data\n  * Repository\n  * APIService\n\n---   \n\n### 🔄 ReactorKit  \n\nReactorKit의 단방향 데이터 흐름을 적용.  \n```  \nView → Action → Mutation → State → View\n```   \n\n- View는 Action만 전달  \n- 비즈니스 로직은 Reactor에서 처리  \n- 상태 변경은 State를 통해서만 반영  \n\n---  \n\n### 📝 What I Learned  \n\nUICollectionView와 UIKit 조합의 유연함과 확장성을 경험  \nPagination 및 셀 재사용 구조에 대한 이해도 향상  \nReactorKit 기반 단방향 아키텍처 설계 경험  \nUIKit 환경에서 Clean Architecture를 적용하는 흐름 정리  ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdjun97%2Freactorgraphy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdjun97%2Freactorgraphy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdjun97%2Freactorgraphy/lists"}