{"id":28437067,"url":"https://github.com/brightify/reactantui","last_synced_at":"2025-10-11T09:07:17.263Z","repository":{"id":20295411,"uuid":"89355134","full_name":"Brightify/ReactantUI","owner":"Brightify","description":"Reactant extension for UI declaration in XML","archived":false,"fork":false,"pushed_at":"2022-10-06T05:28:06.000Z","size":1921,"stargazers_count":19,"open_issues_count":37,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-20T10:55:51.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Brightify.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-04-25T11:56:16.000Z","updated_at":"2024-07-15T08:45:33.000Z","dependencies_parsed_at":"2022-07-25T07:31:59.465Z","dependency_job_id":null,"html_url":"https://github.com/Brightify/ReactantUI","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Brightify/ReactantUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brightify%2FReactantUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brightify%2FReactantUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brightify%2FReactantUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brightify%2FReactantUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Brightify","download_url":"https://codeload.github.com/Brightify/ReactantUI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brightify%2FReactantUI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262327297,"owners_count":23294246,"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":[],"created_at":"2025-06-05T23:08:36.204Z","updated_at":"2025-10-11T09:07:12.231Z","avatar_url":"https://github.com/Brightify.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactantUI\n\n## Reactant extension for UI declaration in XML\n\n[![CI Status](https://img.shields.io/travis/Brightify/ReactantUI.svg?style=flat)](https://travis-ci.org/Brightify/ReactantUI)\n[![Version](https://img.shields.io/cocoapods/v/ReactantUI.svg?style=flat)][reactant-cocoapods]\n[![License](https://img.shields.io/cocoapods/l/ReactantUI.svg?style=flat)][reactant-cocoapods]\n[![Platform](https://img.shields.io/cocoapods/p/ReactantUI.svg?style=flat)][reactant-cocoapods]\n[![Apps](https://img.shields.io/cocoapods/at/ReactantUI.svg?style=flat)][reactant-cocoapods]\n[![Slack Status](https://swiftkit.brightify.org/badge.svg)][slack]\n\nReactant UI is an extension for Reactant for declaration of views and layout using XML. There is no runtime overhead, as all the XML declarations are precompiled into Swift. Reactant then uses the generated code to create your UI. Reactant Live UI is an optional part responsible for live rendering your XML file in the simulator on every save. Check the [quick-start guide][quick-start] to learn more.\n\n## Important note\nReactant UI is currently a preview. However we’ll try to keep the number of API changes to a minimum.\n\n## Installation\nIn your `Podfile`:\n```\npod 'Reactant'\npod 'ReactantUI'\npod 'ReactantLiveUI', :configuration =\u003e 'Debug'\n```\nAdd new Run script phase to Build phases:\n```bash\n\"$PODS_ROOT/ReactantUI/run\" --download -- generate --enable-live --inputPath=\"$SRCROOT/Application/Sources/\" --outputFile=\"$SRCROOT/Application/Generated/GeneratedUI.swift\" --xcodeprojPath=\"$PROJECT_DIR/$PROJECT_NAME.xcodeproj\"\n```\n\nTo download a specific version using the `run` script, simply add semantic versioning number after the `--download` option. However, if you'd like to build the binary instead of downloading it if it's missing, delete the `--download` option altogether.\n\n### Projects using Swift 4.0\nIn order to compile valid code, add `--swift 4.0` flag to the build script. Swift 4.1 works out of the box.\n\n## Requirements\n\n* iOS 9.0+\n* Xcode 8.0+\n* Swift 3.0+\n\n## Communication\nFeel free to reach us on Slack! [https://swiftkit.brightify.org/][slack]\n\n## Get Started\nHead to our [quick-start guide][quick-start] to learn how Reactant works and what it can do to decrease your development costs!\n\n## Versioning\nThis library uses semantic versioning. We won't introduce any breaking changes without releasing a new major version. Our main goal is to keep the API as stable as possible. We build our applications on top of Reactant as well and we absolutely hate any breaking changes.\n\n## Authors\n* Tadeas Kriz, [tadeas@brightify.org](mailto:tadeas@brightify.org)\n* Matyas Kriz, [matyas@brightify.org](mailto:matyas@brightify.org)\n* Matous Hybl, [matous@brightify.org](mailto:matous@brightify.org)\n* Filip Dolník, [filip@brightify.org](mailto:filip@brightify.org)\n\n## Used libraries\n\n### Runtime\n\n* [Result](https://github.com/antitypical/Result)\n* [SnapKit](https://github.com/SnapKit/SnapKit)\n* [RxSwift](https://github.com/ReactiveX/RxSwift)\n* [RxCocoa](https://github.com/ReactiveX/RxSwift)\n* [RxOptional](https://github.com/RxSwiftCommunity/RxOptional)\n* [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources)\n\n### Tests\n\n* [Quick](https://github.com/Quick/Quick)\n* [Nimble](https://github.com/Quick/Nimble)\n\n[quick-start]: https://docs.reactant.tech/getting-started/quickstart.html\n[reactant-cocoapods]: https://cocoapods.org/pods/ReactantUI\n[slack]: https://swiftkit.brightify.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightify%2Freactantui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrightify%2Freactantui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightify%2Freactantui/lists"}